Christian Hudon
Christian Hudon
Created pull request #67 to work on this.
The remaining step is to write unit tests for the serialization objects, to make sure that patsy doesn't (unknowingly) break support for formulas, etc. pickled with past versions. I'm been...
I'm using the PyCon sprints to start working on this again. As a first step, I'm cleaning up the description of pull request #67 to have an actual list of...
Sure. I've had a very productive sprint at PyCon. I know the "0 of 11 tasks complete" hasn't moved, but if you go look at the "code" tab of the...
Link to the (now merged) pull request: https://github.com/rust-lang/rust/pull/78676 What would be the next step here? I'm looking for a low-power MCU that I can program in Rust, so that's how...
Thank you for the exhaustive answer, @adamgreig. Otherwise, when things are working, what's involved in making PIC32 officially supported by Rust embedded? Are there various levels of "officially supported"? I...
As an example use case. I am working on Apache Arrow, whose Git repo has multiple projects (e.g. cpp, python) as sub-directories of the top-level directory. I set Arrow-wide environment...
This was still causing problems for us, so we ended up adding a workaround to make sure that Triton compilation doesn't run when parallel dataloaders are active, etc. It'd be...
Also coming here because I love the `uv` experience overall... except for its package layout creation options, which I found really confusing. I wanted to create a src-layout for a...