John D. Corbett

Results 15 comments of John D. Corbett

We have 21 TODO comments. None are alarming. Most are minor technical debt or code quality desiderata. ```rust corbett@nao:~/tri/cape$ ag -C TODO docker-compose.yml 12-services: 13- wallet-api: 14: # TODO mount...

Leaving the case as is makes sense to me. It's easy enough to override the Rust warnings about identifier case, i.e. `#[allow(non_camel_case_types)]`

Are you familiar with the [strum](https://docs.rs/strum/latest/strum/) crate and the [config](https://crates.io/crates/config) crate? These two are awesome for unifying environment variables, enumeration constants, and configuration file values.

> @pictographer you're referencing the config crate here? You realize that this is the codebase of the config crate? laughing Oops! I've gotta laugh. I wish my brain worked better.

@matthiasbeyer, thank you for the careful work! Nice to see this merged.

https://github.com/SpectrumXYZ/net/blob/28c70c35f46744096d1e835e38844f0e2b98ec3f/src/error.rs#L54-L58 h/t @jbearer

In my project, I'm defining routes in a TOML file along with documentation, error messages, and parameter types. As a workaround for lack of access to the route finder's internal...

[fftw](http://www.fftw.org/) automated the process of generating benchmarks based on the requested parameters and it would automatically search among the benchmarks for the best implementation on the user's target platform. I'm...

When I run it, I see a variety of bad behaviors. Sometimes it draws the menu and sometimes it doesn't. ACE caches several values, so running it the second and...

Are there any screen images of what the ACE many window is supposed to look like? ADDMENU clobbers various window properties to make the menu work. ACE clobbers them back....