packaging
Here are 460 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Ruby
Current Behavior
- run
yarn test --coverageto generate a coverage report. - run
git status /coverage/is part of the list of changed files.
Expected behavior
It should be ignored by git.
Suggested solution(s)
Append coverage to .gitignore
What's the problem this feature will solve?
I want to use pip to download linux packages onto a mac.
I know that I need to use some combination of --platform, --python-version, --only-binary=:all:. but I don't know the proper values for these options.
Describe the solution you'd like
I would like the documentation from the command line tool to be clear, or the package docum
Trying to --appimage-extract-and-run a x86_64 Linux AppImage on FreeBSD 12.1-RELEASE-p8 with the Linux compatibility layer:
user@FreeBSD$ /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract-and-run
mkdir_p error: Permission denied
Failed to extract AppImage
but
user@FreeBSD$ /home/user/Downloads/Akira-26-x86_64.AppImage --appimage-extract
-
Updated
Jul 1, 2020 - Python
-
Updated
Oct 6, 2020 - Elixir
-
Updated
Aug 27, 2020 - Python
-
Updated
Nov 5, 2020 - C++
-
Updated
Apr 9, 2020 - Java
-
Updated
Oct 6, 2020 - Python
-
Updated
Nov 5, 2020 - JavaScript
Issue Description
On the staging_workflows#edit page, the delete icons are disabled whenever a staging project has at least one staged request. This is the expected behavior. On desktop, hovering on the delete icons display the reason This project can not be deleted because it has staged requests, which is the title set on those icons. On mobile, hovering on the icons isn't possible, so users
-
Updated
Apr 23, 2018 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 18, 2020 - Groovy
Improve this page
Add a description, image, and links to the packaging topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packaging topic, visit your repo's landing page and select "manage topics."
I am trying out the latest version (from the master branch) to find out if some earlier issues are fixed, but I stumble upon something else.
When installing some dependencies (in my case
numpydoc==0.8.0andoverrides==1.9), this fail with the message Will try again. Indeed, pipenv lets me know 'Installing initially failed dependencies...' but does not give any feedback whether it succeede