Matthew James Briggs

Results 102 comments of Matthew James Briggs

Ok. Thank you for explaining how it works.

The way we have modeled types set up currently, I'm pretty sure all of these impls are defined and it's an implementation detail as to how we go about it....

We deleted the patch in #2697 because we now set it via the OCI-defaults

I believe the current status is: "scalar values are strings unless otherwise noted" and the k8s-gc-threshold settings are the only ones otherwise noted.

I am poking around with this library. Very nice work. My one complaint is that there is so much going on with both procedural and declarative that it is very...

Thank you. Somehow I missed the relm4 book and was going off of examples. Also it does look like templates will help.

> i attempted stripping out the bits I didnt need but I've given up because of how entangled the generated code is. I think what is needed is for the...

I'm having trouble understanding the status of this. The feature appears to have been removed. Is preserves_order always in effect? Seems so here https://github.com/toml-rs/toml/commit/a7e1daf8df7e11a999ae22f577cdf2446c2abd3f but the PR and/or commit did...

My quick take on this is that binaries are probably easier to both create and use than docker images. Most Rust binaries are static and don't require any library linking...