registry
Here are 883 public repositories matching this topic...
-
Updated
Sep 4, 2021 - Go
-
Updated
Sep 4, 2021 - Go
-
Updated
Aug 16, 2021 - Go
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Sep 3, 2021 - JavaScript
-
Updated
Aug 20, 2020
Docker enables folks to use custom certs for their registries via this directory (and possibly environment variables). We should figure out how tools can support this, perhaps through support directly in the library, or perhaps through documentation on how to properly set up the http.RoundTripper passed into remote.Foo calls.
crane and ko would be good examples for how we add support f
-
Updated
Aug 5, 2021
-
Updated
Sep 5, 2021 - Go
-
Updated
Jun 4, 2021 - Elixir
-
Updated
Jul 13, 2021 - Riot
this is work:
skpm-build --output ../../../Library/ApplicationSupport/com.bohemiancoding.sketch3/Plugins/test.sketchplugin
bug, this is not work:
skpm-build --output ~/Library/ApplicationSupport/com.bohemiancoding.sketch3/Plugins/test.sketchplugin
-
Updated
Nov 29, 2018 - PowerShell
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Aug 15, 2021 - Python
With Trow moving to use Rocket 0.5, the way configuration is handled has changed. Rocket now uses the much more flexible figment system: https://docs.rs/figment/0.10.6/figment/index.html.
We can really clean up a lot of needlessly confusing code and also support of config file by taking advantage of figment. Basically the same figment config would be passed to the Trow frontend, Rocket and the
-
Updated
Aug 11, 2020 - Java
-
Updated
Jul 31, 2021 - Visual Basic .NET
I thought the header was completely missing for the Launch Darkly extension (ironic? is this a dark launch?), but then I tried to select it and realized that it's just dark text on dark background.
https://open-vsx.org/extension/launchdarklyofficial/launchdarkly-beta
<img width="1150" alt="Screen Shot 2021-04-27 at 4 14 28 PM" src="https://user-images.githubusercontent.com/19958075/116307020-c
To repro the issue use an image that is not fully qualified as seen below.
1 ❯ oras push test:test .
panic: runtime error: slice bounds out of range
goroutine 1 [running]:
github.com/deislabs/oras/vendor/github.com/containerd/containerd/reference.Spec.Hostname(0xc000022bb0, 0x9, 0x0, 0x0, 0x147b544, 0xc0001db788)
...
-
Updated
Jun 21, 2021 - C#
Improve this page
Add a description, image, and links to the registry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the registry topic, visit your repo's landing page and select "manage topics."


Describe the bug
Without a valid logger configuration verdaccio always outputs a deprecation warning about "multiple logger configuration".
This is apparently due to
https://github.com/verdaccio/verdaccio/blob/master/packages/logger/src/logger.ts#L101
which wraps DEFAULT_LOGGER_CONF in an array if there's no logger configuration in current config.
Furthermore, https://verdaccio.org/