David Roundy

Results 71 issues of David Roundy

A lovely feature would be to figure out how to recognize that an expression is a type that has derived Template, and then not escape its output (assuming both templates...

It would be lovely to have `fetch_add` for `f64` and `f32`. I know I could implement them with the provided intrinsics, but that is inconvenient.

I presume you looked at dimensioned before writing uom, and it would be convenient to have in the documentation what the differences are between them.

Now that implement Trait is stable, could you use it both for code and examples in order to simplify the API?

breaking change

I am unable to install kaldi-active-grammar on macOS Monterey version 12.3.1. My Python is 3.8.9, and `pip install kaldi-active-grammar` fails with an error message "No matching distribution found for kaldi-active-grammar"....

I think there is a desire to add a C API, and I'd like to unify bigbro with fsatrace (under either one name or the other). How does the bigbro...

For fac/bigbro, readdir is an important operation to trace. It's needed if you have a build rule such as: echo *.c > file.dat in which case the rule needs to...

Would it be possible to embed the extra files into fsatrace itself? It would seem lovely to be able to enable at least the possibility of static linking (when there...

It would be great to be able to install this using pip.

The order of the two generic arguments is swapped, which makes changing formats needlessly painful. This is obviously a breaking change, but would definitely ease use. I imagine there may...

enhancement
help wanted