Natalie Klestrup Röijezon

Results 288 comments of Natalie Klestrup Röijezon

> I think overflow is disabled by default. It can also be disabled manually (see https://docs.rs/async-broadcast/latest/async_broadcast/struct.Receiver.html#method.overflow). Ahh: https://docs.rs/async-broadcast/latest/src/async_broadcast/lib.rs.html#156, gotcha, looks reasonable. > The Send future does have annoying lifetimes so...

There is no guarantee that the Nix builder will have access to the .nix files, and it won't if you're running in multi-user mode.

The project has moved to GitLab: https://gitlab.com/teozkr/Sbtix/merge_requests/32

Yeah, you should probably disable Ensime while running genNix by hand. Normally `sbtix-gen-*` is set up to ignore global plugins, but that becomes a bit circular when there isn't a...

The project has moved to GitLab: https://gitlab.com/teozkr/Sbtix/merge_requests/35

The project has moved to GitLab: https://gitlab.com/teozkr/Sbtix/merge_requests/36

> `ObjectReference` is the upstream type that exists on many crds already It's far from standardized though (https://github.com/kube-rs/kube/discussions/1310#discussioncomment-7265599 has a very incomplete list). I'm also not convinced that there is...

That schema doesn't seem to correspond to those type definitions at all.

Fwiw, it looks like a workaround for now is to add `#[schemars(deny_unknown_fields)]` to `MyStruct`.

> What is it about RangeFrom that it should have this, but other infinite things (say, Repeat) shouldn't? Or would this set a precedent that other things would get the...