Sohum Banerjea
Sohum Banerjea
`Decimal::try_new` is intended to be used in const contexts; but there's a glitch. The function declares itself as returning `Result`, where `Error` is the general error type for the crate....
This PR (is intended to) make the fns in `rust_decimal::ops` const. Additionally, since `impl const Ord` [etc] are not stable yet, for these const fns to be useful, we need...
If you have a helm deployment that sets a namespace different from the namespace used on the command line, ``` deployments: - name: keda namespace: keda helm: chart: name: keda...
**Is your feature request related to a problem?** I'd like to make optimised build contexts for my container images, and I'd like devspace to be able to use them. Right...
So we have a join table that has an optional pivot field: ``` ┌─────────────┬────────┬───────────┬─────────┬──────────────┬─────────────┐ │ Column │ Type │ Modifiers │ Storage │ Stats target │ Description │ ├─────────────┼────────┼───────────┼─────────┼──────────────┼─────────────┤ │...
Based mostly off the typescript checker and `svelte-check`'s index.ts.
Most of the images you're using are multiarch, so Robusta is almost fully built for ARM, but there are three that are x86 only: * `us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch:v1.11` * `us-central1-docker.pkg.dev/genuine-flight-317411/devel/grafana-renderer:6` * `us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-runner:0.9.4`...
I needed to add `elasticfilesystem:DescribeFileSystems`, `elasticfilesystem:CreateAccessPoint`, and `elasticfilesystem:DeleteAccessPoint` permissions to the cross account efs role to get a cross account volume provisioned. The first, at least, I think is the...
Hi there! I'm trying to evaluate graphchain for our usecase, and I'm not sure I fully understand the model. I'd appreciate help clarifying, if possible! We have some relatively simple...
I haven't removed the rate function out of an abundance of caution, but as far as I can tell `rate_np` and `rate` _should_ behave identically. We currently only run sims...