Alexander Brassel
Alexander Brassel
At least on VSCode, if you have rust-analyzer and disable `std`, rust-analyzer still tries to keep building the `test` feature, which depends on `std`. This leads to naming conflicts with...
Hi! Thanks for these incredible tutorials. I'm reading the QFT Kata, and trying to understand the step from j/2^k -> 0.j_n...j_n-k in Task 1.7 Would anyone be able to elaborate...
Instead of manually applying the adjoints to clean up afterwards, we can use Q#'s very nice `within {...} apply {...}` syntax to do it for us.
The current approach for the RandomNumberGenerationTutorial tries to generate random numbers from [0, max) until it finds a value in [min, max]. You could make it a bit more efficient...
Currently the Stylize trait offers a `dim` method. It would be very useful if there was a `on_dim` method for the background.
**Describe the bug** Crates appears not to function at all. After running the "update all" command, the following error is reported: `command 'crates.updateAll' not found` **To Reproduce** Steps to reproduce...
Hi @sjrusso8 can you tell me the rationale behind exposing a camel cased API? Seems like we should be fine just using idiomatic rust snake casing. On a separate note,...
Is issuing a pr creation with the `head_repo` parameter set currently supported? If not, do you mind if I submit a pull request to add the feature?
[RUST] Exception in thread "main" java.lang.RuntimeException: Can't load config class with name rust
##### Description ``` wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.57/swagger-codegen-cli-3.0.57.jar -O swagger-codegen-cli.jar java -jar swagger-codegen-cli.jar generate -i https://github.com/unitycatalog/unitycatalog/blob/main/api/all.yaml -l rust Exception in thread "main" java.lang.RuntimeException: Can't load config class with name rust ``` ##### Swagger-codegen...