Daniel Alley
Daniel Alley
First of all, this crate is great, and the code is very clean, so thank you. It would be nice to have the option to use simple blocking io instead...
Rebased from my previous PR here: https://github.com/syncthing/syncthing-gtk/pull/475 Not functional, just opened for visibility. Compared to the other open PR, I kept all the commits separate and made less formatting changes....
> Below is a list of known community-developed subcommands. Please add your own if it's intended and ready for general use. https://github.com/rust-lang/cargo/wiki/Third-party-cargo-subcommands
Hello, Is it currently possible to implement functionality similar to [djangorestframework-queryfields](https://github.com/wimglenn/djangorestframework-queryfields) with Django Ninja? That is, given a request parameter parameter `?fields=field1,field2` or `?exclude_fields=field3`, would it be possible to dynamically...
Benchmarks fail to compile on a system with Python 3.10, in my case, Fedora 35. ``` [dalley@localhost RustPython]$ cargo bench Compiling rustpython v0.1.2 (/home/dalley/Devel/rustpython-dev/RustPython) error[E0425]: cannot find function, tuple struct...
I want to use `radix_trie` to improve the memory efficiency of storing a large number of Unix file paths. Here's a sample of some of the input. ``` /usr/share/applications/cadence.desktop /usr/share/applications/catarina.desktop...
Very, very work-in-progress. Doesn't compile yet. Only posting it for transparency.
I was attempting to add quick-xml to the [Rust serializer benchmarks](https://github.com/djkoloski/rust_serialization_benchmark) and discovered that one of the complex benchmarks serialized incorrectly, resulting in errors on deserialization. The benchmark in question...