Juniper Tyree
Juniper Tyree
Do you have a better idea already of when v0.28.0 will be released (order of weeks or months)? Y'all have done amazing work and I am really excited to upgrade...
I think my immediate answer would be yes and no. All low-level deserialization is handled by the `Parser` struct, which internally manages the full `&str`, which is only accessed in...
I like the shiny future that adopting pylock.toml offers. I recently created a notebook to create custom pyodide-lock.json files and there are quite a few edge cases. It would be...
I can also confirm that my code (an expanded version of #261) works with this PR - thank you for working on this fix!
@guybedford Do you have an estimate for how long it might take to complete and merge this fix?
With https://github.com/bytecodealliance/wasm-tools/pull/1628 (released in 0.212), wasm-encoder can now handle some mini-walrus usecases (e.g. tiny modifications on an existing wasm binary) - obviously walrus is still an excellent choice for anything...
I love it and I’m very excited to get to replace the outlandish const fn + associated const ~~hacks~~workarounds I’ve joyfully come up over the last years :D Thank you...
I have used counter-based PRNGs in research and think they would be incredibly useful functionality-wise for an insecure seeded and reproducible PRNG: - reseeding, jumping, and forking are all trivial...
Would it also possible to go the other way, i.e. provide a rand rng from Rust to Python as a numpy BitGenerator?
I have my own (very simplistic) implementation of fuel. I think it would be great if the community could converge on one runtime-agnostic utility crate that implements a stable fuel...