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...
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
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
-
Updated
Jun 5, 2020 - JavaScript
Now building for iOS is not covered fully in README.md, starting with Xcode 11 there is no Linked Frameworks and Libraries anymore and this section become one with Embedded Binaries. Documentation needs to be updated in this place:
https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos
Following documentation step-by-step now will cause build error with Xcode 11 d
There is a bad link on the master branch readme (https://github.com/golang/dep/blob/master/README.md) in the section for Windows users looking to download dep.
The link is bolded in this sentence below and currently points to https://go.equinox.io/github.com/golang/dep/cmd/dep which returns a 404 code
- On Windows, you can download a tarball from go.equinox.io.
- I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow.
Report
What did you do?
- enabled
generate_multiple_pod_projectsin Podfile
What did you expect to happen?
- correctly migrate targets to separate projects, build project then
What happened instead?
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
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
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
-
Updated
Jun 18, 2020 - C++
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;
Description
The "Requirements" wiki page has a TODO placeholder under the FreeBSD heading. The correct command to install antigen under FreeBSD is:
pkg install zsh-antigenSteps to reproduce
Visit Requirements on the z
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
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 190KI 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
-
Updated
Apr 12, 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
The builder of a derivation accepts a few builtin builders as described here:
These should be documented somewhere and how they differ from some builtin functions. From my understanding builtins.fetchurl fetches during instantiation time but a derivation using builtins:fetchurl as `buil
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
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
What Renovate type are you using?
I am using Renovate in a private project hosted on Gitlab.com
Describe the bug
It's not a bug but a simple typo. If you start using Renovate, it will usually create a "Pin dependencies" pull request. The PR template contains a
I haven't started work yet, but I wanted to mention that there is one more conan-related project for XMake I want to do which is called a "Build Helper".
https://docs.conan.io/en/latest/reference/build_helpers.html
The documentation for the CMake helper provides the justification here:
https://docs.conan.io/en/latest/reference/build_helpers/cmake.html
In summary, helpers make the Con
There should be a label to mount the Docker socket inside the container automatically so tools which require Docker can be installed with Whalebrew.
For example, Docker Compose has a shell script which runs Compose as an image and mounts the Docker socket.
It should also [ask permission](https://github.com/bfirsh/whalebrew/is
Do you have a reproduction script?
Using any project:
bundle install --standalone
What were you expecting to happen?
The generated setup.rb does not contain relative path operators.
E.g.
$:.unshift "#{path}/#{ruby_engine}/#{ruby_version}/gems/rake-13.0.1/lib"
What actually happened?
The generated paths contain /../ relative path operators.
path = File.
-
Updated
Jun 17, 2020 - Python
- 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)
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
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn whywon't indicate any package info in the resolutions fieldIf the current behavior is a bug, please provide the steps to reproduce.
"pkg": "^1.0.0"resolutionsfield in package.json,pkg: "1.0.0"