-
the following wgsl struct
```wgsl
struct Job {
position: vec3,
direction: vec3,
accum: vec3,
depth: u32,
};
```
gets turned into this rust struct
```rust
#[repr(C, align(1…
-
This is a *tracking issue*, not a manifesto. Corrections welcome unless they are nit-picks.
# Problem
The C core of nvim has been armored by a lot of static analysis and compiler flags, which ha…
-
I've been trying to generate an OpenAPI client using `openapi-generator` located at: [https://openapi-generator.tech](https://openapi-generator.tech).
First tried:
```
openapi-generator generate …
-
The current situation is not well defined. We sometimes get crashes/panic at runtime, or NaN where we might not expect them.
What should we do instead?
### Original report (but compilation prob…
-
Feature gate: `#![feature(deterministic_random_chacha8)]`
This is a tracking issue for `DeterministicRandomSource`, a deterministic random number generation that will always generate the same values …
-
### Code
rustc -Zdump-mir-dir=/tmp/icemaker_global_tempdir.Yy4k6YWiomMm/rustc_testrunner_tmpdir.tq4vky7rztOO,-o/tmp/icemaker_global_tempdir.Yy4k6YWiomMm/rustc_testrunner_tmpdir_discover.Hwye5zAhe…
-
I apologize if this is misguided. Something that might be useful is to have a crate that functions as an ndimensional equivalent to `num_traits` completely divorced from assumptions about the implemen…
-
## https://github.com/AdExNetwork/aips/issues/61
## Rust reference:
Issue: https://github.com/AdExNetwork/adex-validator-stack-rust/issues/382
PRs: https://github.com/AdExNetwork/adex-validator-s…
-
Appreciate all the work for certain! Would be awesome if the generate was callable from cargo instead. Maybe even as a single binary. This way, perhaps, could cargo install the generator, and then g…
-
### Is your feature request related to a problem? Please describe.
According [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#data-types), `format: d…