Vilsol

Results 12 issues of Vilsol

**Is your feature request related to a problem? Please describe.** Currently there is no way to convert the input to output from this example: ```go type Input struct { Hello...

**Describe the bug** Currently if you are running in a dual-stack IPv4/6 cluster with emphasis on IPv6, kraken is unable to run. The major issue resides here: https://github.com/uber/kraken/blob/master/lib/hostlist/config.go#L102 It resolves...

Add an intersects function to check for intersects between two different constraints. Follows the same logic as `npm` semver intersection detection. I had to add an "expansion" step for tilde...

This is the todo list of what still needs to be done for the revamp of TridentSDK, once you start working on one of them, please create a new issue...

help wanted

`recover` was implemented for most architectures in #2331, however `wasm` was left out. As suggested here https://github.com/tinygo-org/tinygo/blob/4c647847247316bae553f9b9a8c7da4034edd199/compiler/defer.go#L29-L33 it should probably utilize the proposed exception handling: https://github.com/WebAssembly/exception-handling Opened as per expected...

enhancement
wasm

### Issue Description The current federation upgrader (https://github.com/apollographql/federation/blob/main/internals-js/src/schemaUpgrader.ts#L697-L727) blindly adds the shareable directive, even though that is not allowed in https://github.com/apollographql/federation/blob/main/composition-js/src/merging/merge.ts#L2836-L2846 It seems to have been introduced with this: https://github.com/apollographql/federation/pull/2389...

P2

### Is your feature request related to a problem? Please describe. Users can be confused by resolution error messages ### Describe the solution you'd like Show a graph together with...

### What happened? I have defined a local flake that has impurities, so it must be built using the `--impure` flag. Running `nix shell --impure` works fine. I would expect...

bug
triage

Currently the validator spits out warnings, but there is no way to treat them as a failure, as the command then exits with a `0` exit code. It would be...

**Describe the bug** There is currently no way to enable submission port 587 when using only hostport without any ingress or services. **Environment** - Bare metal v1.28.3 **Additional context** The...

bug