-
It would be great if Gleam supported publishing and fetching private packages from Hex.pm - https://hex.pm/docs/private
-
**Project description**
A private VPN
**Metadata**
* homepage URL: https://www.privateinternetaccess.com/
* source URL: https://github.com/pia-foss/desktop
* license: GPL3
* platforms: Win…
-
Out of the box, AwsCDKTypeScriptApp does provide methods for configuring github actions to use private packages in github. This has the result of making the PR checking break.
A workaround solu…
-
Hello, amazing tool!
If I may ask: is it only for public repositories/open-source projects, or it can be used for private libs as well? For example, with GitHub package registry org settings and pe…
-
Is there any way to publish private packages, and doing it with Github Actions linked to private Github repositories?
-
### What version of Bun is running?
1.1.30+7996d06b8
### What platform is your computer?
Linux 6.9.3-76060903-generic x86_64 x86_64
### What steps can reproduce the bug?
Create a private package …
-
### Xmake Version
2.8.9
### Operating System Version and Architecture
Windows 11
### Describe Bug
When two packages have the same dependencies, but one of them mark it as private, the p…
-
I have a pipfile, where i have added url to a private package repository. The package is updated and i wish to update in my local machine. But when i issue `update` command, the lock fails. Each time,…
-
Currently we can support private registry NPM packages that are bundled, but we cannot support any that are external (and thus installed with `npm i` during the image build phase).
To support this …
-
This shows up in my dependency tree after an update:
├── file-saver@1.3.8 (git+ssh://git@github.com/eligrey/FileSaver.js.git#e865e37af9f9947ddcced76b549e27dc45c1cb2e)
...which kills the CD workflo…