Eirik A

Results 133 issues of Eirik A

For this to be a viable code bundler in the future the resolver/analyzer part of modul8 needs some **serious work**. The problem that stands before us is because of the...

Something has changed with npm3 and link. It's being picky about what can be symlinked, and in larger setups such as tournament-dev world, it seems to never work anymore. https://github.com/clux/tournament-dev/issues/1

Kind of wanted to do it, but clippy needs all sorts of dependencies at the moment so building a container for it is going to take some space. You also...

Nice to have for a modern web application these days. Note to self to implement this when/if it becomes available. Most active thread seems to be [rocket#297](https://github.com/SergioBenitez/Rocket/issues/297)

Currently the only way to stop a server is to kill the executable listening. This makes it hard to unit test routes integrated with pencil. Hyper does seemingly support a...

It would be awesome to have the ability to attach trace ids on histograms and counters as per the [OpenMetrics specification](https://github.com/OpenObservability/OpenMetrics/blob/master/specification/OpenMetrics.md#exemplars-1) so that we can link metric data points to...

[This line](https://github.com/cisco/NATTools/blob/1332849a86c9460f1e3fe0154286ecb02652d531/stunlib/src/stunlib.c#L1589) will cause a crash when using stunlib with a `NULL` `stream` argument. i.e. `stunlib_DecodeMessage(buff, bufLen, &msg, NULL, NULL)`. Pretty much everywhere in `stunlib_DecodeMessage` is guarding on `stream !=...

Hey there, thank you for this example and talks around it. it's all been very helpful. Short question: Has this regressed? Have been running this code locally against a k3d...

Initially as a hidden PoC to assess compatibility and see what unknown-unknowns we need to handle. Expected work (all under a `kube/pb` feature): - add `k8s-pb` as an optional dependency...

help wanted

Currently subresources, while they are generated (see i.e. [Eviction](https://github.com/kube-rs/k8s-pb/blob/main/k8s-pb/src/api/policy/v1/mod.rs)), do __not__ get a `Resource` impl because they do not get transformed via the [jq transform](https://github.com/kube-rs/k8s-pb/blob/main/k8s-pb-codegen/openapi/transform.jq). It exists in the swagger.json...

help wanted