Skip to content
#

Package manager

A package manager is a set of tools that automates and manages computer software. They deal with packages, or collections, of bundled files. Package managers make it easy to install, upgrade, or remove software for a computer's operating system.

Here are 975 public repositories matching this topic...

sabrinaluo
sabrinaluo commented Jun 5, 2019

Do you want to request a feature or report a bug?
feature request

What is the current behavior?
Currently yarn why won't indicate any package info in the resolutions field

If the current behavior is a bug, please provide the steps to reproduce.

  1. install a package with any version, e.g "pkg": "^1.0.0"
  2. add resolutions field in package.json, pkg: "1.0.0"
  3. upd
Seldaek
Seldaek commented Apr 1, 2020

As we are getting Composer 2.0 closer and closer to a stable release,
and would like to get more people involved with testing it, it is
quite important to get the most common plugins to support our 2.0
branch. Otherwise many users will not be able to try the latest
Composer snapshots when we switch them to 2.0.

If you maintain a Composer plugin and would like to help, here is how:

  • Get
brew
MikeMcQuaid
MikeMcQuaid commented Apr 18, 2020

In https://github.com/Homebrew/brew/pull/7371/files I have added lots of # TODO: check could be in RuboCop comments to Library/Homebrew/dev-cmd/audit.rb. These indicate that the audit check/problem below does not rely on Formula state so could be moved to a RuboCop (https://github.com/Homebrew/brew/tree/master/Library/Homebrew/rubocops) to be faster, more reliable and provided in-editor to u

gagarine
gagarine commented Apr 21, 2020

The documentation does not provide a simple things we can follow from start to finish.

The introduction section is really "installation", and go quiet deep in the different option to install the tools.

Quick Start

# install poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
# Creating a new project
poetry new poetry-demo
# Add a de
illera88
illera88 commented Apr 21, 2020

Library name: triton

Library description: Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a dynamic taint engine, AST representations of the x86, x86-64, ARM32 and AArch64 Instructions Set Architecture (ISA), SMT simplification passes, an SMT solver interface and, the last but not least, Python bindings.

Sou

pnpm
boenrobot
boenrobot commented Jan 6, 2020

I have a project that is in a monorepo and uses yarn right now.

I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local storage (and with Windows...). However, it would be ideal if there was compatibility between yarn's workspaces and pnpm, so that we don't have to jump "all in" to it.

To this end, yarn allows packages

bcurran3
bcurran3 commented Jun 26, 2019

The following are produced by choco.exe, thus this isn't in documentation issues. All referenced output is via Chocolatey v0.10.15

Commands
 * install - installs packages from various sources

ENHANCEMENT: "various sources" just seems misleading. What percentage of free or commercial users actually install packages from multiple sources? I'd guess most use one source or two sources;

nathan-at-least
nathan-at-least commented Apr 14, 2020

Describe the problem you are trying to solve

Problem: I can't find the feature-gated API's I need from dependencies by viewing the local cargo doc docs. Instead I have to either do online searches or go view ~/.cargo/registry/src/…/<CRATE>-<VERSION>/Cargo.toml and even then sometimes guess which features are relevant.

Describe the solution you'd like

*Minimum Viable Solution

jorgebucaran
jorgebucaran commented Jan 31, 2019

Merely for aesthetic consistency. There is already a fish_history and fish_variables file in your ~/.config/fish directory. Renaming fishfile to fish_bundle (or fish_file) would be nice.

$ la ~/.config/fish
jb  staff   320B Jan 31 00:51 .
jb  staff   448B Jan 31 00:48 ..
jb  staff   128B Jan 31 00:48 completions
jb  staff   128B Jan 31 00:48 conf.d
jb  staff   190K
KerstinKeller
KerstinKeller commented Apr 29, 2020

I had a typo in my profile file:

includes(cmake_3_16)

[build_requires]
doxygen/1.8.15@company/stable

Where it should have been include instead of includes.
When running Conan, I got the following error message:

ERROR: Error reading 'documentation' profile: Error parsing the profile text file: not enough values to unpack (expected 2, got 1)

At least I knew

christianbundy
christianbundy commented Jan 11, 2020

Background: I have a pull request into a repository where the npm module isn't up-to-date with master, and I'd like to test out my branch in a module that depends on it through a bunch of different deep dependencies. It seems like patch-package would be a great solution for this.

Problem: When I append .patch to my GitHub URL it gives me a patch, but when I pass it to patch -p1 it

nix
cli
domenic
domenic commented Mar 4, 2020

What / Why

The footer of at least some pages on the docs website (such as https://docs.npmjs.com/cli-commands/update.html) contains

To report bugs or submit feature requests for the docs, please post here. Submit npm issues here.

where "post here" goes to https://npm.community/c/support/docs-needed. However, that page does not seem to have any ability to post new pages, and the last

athens
arschles
arschles commented Nov 13, 2019

Is your feature request related to a problem? Please describe.

Not related to a problem

Describe the solution you'd like

We opened #808 to discuss how we might use GitHub actions. At the time, this repo didn't have actions enabled. Now that it does, we should try them out for some of the things in that thread.

_Edit from @arschles - we have focused this issue to just the twitte

renovate
xmake
berry
bradleyayers
bradleyayers commented Apr 26, 2020
  • I'd be willing to implement a fix

Describe the bug

I'm working in a mono repo with yarn workspaces, and have noticed that yarn constraints does not always report all the errors that exist. I've tracked this down to be due to the default tau-prolog resolution step limit being used (1000), which wasn't enough in my case. (see http://tau-prolog.org/manual/a-simple-tutorial#sessions)

christophermaier
christophermaier commented Apr 28, 2020

hab sup run is used to start a Supervisor, and hab svc load is used to instruct a running Supervisor to load a new service.

However, as a way to have allow Habitat containers to start-and-load a service in a single ENTRYPOINT, hab sup run takes options and arguments of hab svc load to effectively perform both operations at once.

However, this has led to confusion, in that it is cur

Wikipedia
Wikipedia
You can’t perform that action at this time.