Kira Whitehouse
Kira Whitehouse
**Background** We're currently using Guardrail to generate a client for a large API surface. We'd love to selectively generate only the handful of routes that we use, rather than the...
**One-line description of issue**: We're seeing `java.lang.AssertionError: unsafe symbol ApiModelProperty (child of package annotations) in runtime reflection universe` and believe it's related to an interaction between mockito and swagger. #...
# DESCRIPTION I'm using Slick codegen to generate Scala code from a Postgres database. When I try to partition one of the tables, Slick generates a number of classes for...
# Summary of Issue When defining a wit record with a reserved rust keyword, and making use of serde as an additional `derives`, the generated rust `bindings.rs` uses an `_`...
### Page link: https://bazel.build/concepts/platforms, https://bazel.build/tutorials/ccp-toolchain-config ### Problem description (include actual vs expected text, if applicable): **What I'm Trying to Do** I'm trying to do something which sounds simple, at it's...
I'd like to use Bazel to build a Wasm target from a Rust library. With cargo, I'd use the following: ``` cargo build --release --target=wasm32-unknown-emscripten ``` **What's the equivalent method...
Hi folks! We're seeing a weird rounding situation with some mathematical calculations. Here's a simple example. ### Template ``` message: $eval: 1.17 * 48 anotherMessage: $eval: 1.17 * 480 ```...
*describe your pull request here* # Checklist Before submitting a pull request, please check the following: * [ ] All tests pass for you on your machine for all implementations...