XAMPPRocky

Results 184 issues of XAMPPRocky

To make it more visible to see when a contribution has improved performance or would degrade performance, it would be great if we could add a continuous profiling and showing...

kind/enhancement
help wanted
good first issue

Currently all integers are converted to `types::Integer` before encoding, this should instead use `IntegerType` generic, and add a new method `fn as_bytes_be(&self) -> impl AsRef` that can then be used...

help wanted
good first issue
area/codec
area/types

To make deploying EdgeDB easier out of the box for kubernetes deployments it would be nice if edgedb provided an official set of helm charts so that projects could install...

Currently there is a breaking change in xDS communication between 0.9.0 and 0.8.0. This makes deployments a lot harder as new versions can't be rolled out incrementally per component if...

kind/feature

**Is your feature request related to a problem? Please describe.** Currently the multi-cluster configuration relies on the "agent" service which watches for `GameServer` CRDs in a cluster, and a "relay"...

kind/feature

@rbtcollins What do you think about making this crate 1.0? The public API isn't likely to change and with how stable it is I feel like it's probably time to...

I had to do some hacky stuff to work around how Dictionary works, I think it would be more accurate to describe it as a `SequenceOf` but I don't know...

### Code I received this pull request, which caught a regression for `aarch64-unknown-linux-musl` when compiling for nightly. The same process works for stable and beta. I don't have a machine...

O-Arm
P-high
T-compiler
regression-from-stable-to-stable
O-musl
C-bug

While adding a warning I noticed there was a lot of error modules that are missing documentation, everything in that module should be documented. Additionally I think a lot of...

kind/enhancement
help wanted
good first issue
area/types