jylin
jylin
+1 With [docker rootless](https://docs.docker.com/engine/security/rootless), I currently use "--docker-host inherit", which works, but it would be good if this were not needed. Related to this request: can "pack" detect docker host...
Another problem: `pack` seems to escape "@" when set in DOCKER_HOST, so something like "DOCKER_HOST=ssh://user@host" doesn't work, even using "--docker-host inherit".
I've run into the same issue multiple times. Just now ran into it again and had to uninstall the extension.
`http_proxy` and `https_proxy` don't seem to work for me for `bun install` and `bun upgrade`. I tried the capitalized variants too. Is this confirmed to be working? For comparison, my...
Yea I don't think it works. `bun install` I can get around by using a different registry, but it would be nice if `bun upgrade` understood http proxy environment variables.
I tested the solution mentioned above with: ``` - uses: actions/cache@v3 with: key: key path: ~/.bun/install/cache ``` It reduces the `bun install` time from 10 seconds to 2 seconds, but...
I'm seeing the same issue. I have an object annotated with `@Named`, and I get an instance of a random type each time. Also if I do `@Named("something_i_didnt_bind")`, it still...
@chriskessel No, I'm not using any framework. I just have a main function that initializes guice, jersey and this bridge.
I switched to using HK2 guice-bridge, and that seems to support Named injections better (though not perfect).
FWIW I prefer the binary releases, so I hope this tap is kept even if bun is merged into core homebrew. Their rule is too strict tbqh, and for things...