David Roundy

Results 154 comments of David Roundy

Yeah, specialization does seem it will/would be the "right" way to do this. I'm not sure how your crate-internal `SafeToInclude` trait would work. You couldn't define it for all possible...

I've been wondering if you'd be open to a breaking change on this, obviously with an accompanying version bump? The more I look at this, it seems to be a...

I see two issues that I'd like to change. One is using Display to insert variables, which means the representation cannot be specific to the format and escaping is required....

The simple example of a type that could benefit from multiple mixed representations would be `f64`. In latex math mode (which I might want to use within HTML using mathjax)...

I agree that my proposal would also address #136 by enabling different escaping for different formats.

I'm pretty sure I don't understand the distinction. I've certainly teach students to make a distinction between units and dimensions, but I don't see how what your describing differs from...

To explain a bit further about how uom will fail to work with other unit systems than SI, this relates to the number of base units. Gaussian cgs units have...

Looks like the issue may be that I have an m1 Mac with an arm cpu?

I'll try to tune down my repository to a smaller one that triggers the problem when I get to my computer. My configuration, BTW is at https://github.com/droundy/breathe_configuration so I expect...

You could alternatively use [libbigbro](https://github.com/droundy/bigbro) to track changes on linux. Bigbro uses ptrace internally, so it can handle go just fine, since it's tracking the system calls. ptrace does have...