Nathan Wilcox
Nathan Wilcox
Checking for updates. @Turbo87 can you share any of the potential ideas or what trade-offs or blockers they have? I have two distinct concerns about this issue: - First, like...
Also, can we re-open this ticket? This is very distinct from #326 since that ticket is about non-Github authentication, whereas this ticket is about existing Github users continuing to authenticate...
In a discussion with @jackgavigan just now he helped me realize that we should separate the general property of "transparency" from the specific implementation of "t-addrs". A motivation for this...
Speculation: is there any way we can do sophisticated / fine-grained build caching in CI, since that's the bottleneck? I've experimented with a few cargo build caching github actions without...
Hello, here to upvote the OP: I read over the docs for language support, and I know to use `--health ` and initially I just focused on getting LSP support...
Based on my rereading of [Context#example](https://docs.rs/anyhow/latest/anyhow/trait.Context.html#example) it seems like I need to retrain myself to rename `Context::context` as `Context::caused_by`… In other words, arguments to that method should always describe a...
I'm super excited to see Zcash DEX efforts! I wasn't aware this project was this far along until just now. Nice work! I have high level critical feedback that isn't...
Any update on this feature request? I've started my first toy wasm example, and I immediately want a workspace, because I want a primary crate for web frontend application logic,...
Hi, big-time `test-case` fan here. ;-) One thought experiment: what if `test-case` could "compose" with the [function_name](https://docs.rs/function-name) attribute? The design and implementation is thorny but the idea would be something...
BTW, the composition tests [test-case-composition.rs](https://github.com/nathan-at-least/target-test-dir/blob/60b8f9280f652cf2b25da40527c94d839fefcedb/target-test-dir/tests/test-case-composition.rs) in the [target-test-dir](https://github.com/nathan-at-least/target-test-dir) project work! The problem is that `function_name!()` (which `target-test-dir` uses) is for the work function, whereas for the design goal of `target-test-dir`...