David Roundy

Results 76 issues of David Roundy

I'd like to see a version of assert_diff (possibly the standard one) that when the edit difference is anticipated to be zero will first check if the two strings are...

There is code to convert from `f32` to `i16`, but I don't see how to write code that needs to work with `i16` in a portable way, that uses straight...

It would be lovely to be able to auto-generate documentation of the grammar. It seems like at least in principle this should be possible, and would be really convenient, either...

Documentation
Feature Request

It would seem more idiomatic to use a trait to define the relationship between model, update, view, and message. I expect that this would make it possible to explain the...

I found it confusing that the body is consumed when it is accessed, which means that *after* a `post_input!` fails there is no way to see what the form input...

enhancement

I get the following running on Debian stable with `macroquad` 0.3.23 ``` XXX: resource creation failed Segmentation fault ``` It occurs a bit randomly, and I'm not sure what triggers...

It would be nice to have methods to compute the eigenvalues and eigenvectors of matrices.

It would be nice in the documentation to have some mention of the types that are generated by the macros. This seems relevant when considering this crate, in particular to...

I'm wondering if it would be feasible to implement collaborative editing by multiple users connecting to a server through a browser? I know this isn't the goal of this project,...

I'd like to be able to batch up rows for further processing as a group. I know clickhouse returns its results in blocks, and it would be nice to be...

enhancement