Daniel Wagner-Hall
Daniel Wagner-Hall
All of our sites work the same. I allowed one of the deploy previews (see https://github.com/CodeYourFuture/curriculum/pull/1636#issuecomment-3502117348) which you can use, but I'd recommend developing locally and verifying things there (see...
This looks like it tickles some bug in Bazel 7, which we currently still support. When 9 is released, we'll stop supporting it...
> this is an awesome feature. Thank you for implementing it. Do these documents get automagically updated when you change the API like this? https://bazelbuild.github.io/rules_rust/rust.html > > A doc test...
> Is this attribute not associated with a deprecated flag? [bazelbuild/bazel#24934](https://github.com/bazelbuild/bazel/issues/24934) I followed up - the flag is deprecated because the feature is now always-on, so the flag can no...
There isn't a general concept of an `OUT_DIR` independent of a `cargo_build_script` - your genrule can output code, but it won't know what a shared directory exposed to the rust...
Hi @jmelopz - can you share where you're seeing this? I can't see you listed as a sponsor anywhere. Thanks!
Sorry @jmelopz those images aren't showing up - can you try replying with them on GitHub directly rather than by email?
The problem here is that we host the different sites on different subdomains, so they don't share localStorage. If we were going to fix this, we could either: 1. Re-host...
Feel free to start working on this, and share any questions or progress you make :)
> @tdyas, @Eric-Arellano, @illicitonion : How would you feel about exposing our mock/stub servers from the Rust code to Python tests? Although spawning a real instance of a server would...