-
This issue is a list of bugs that affects us. Some of them are just comments at this point, and I will add a link to bugzilla once properly filled.
Confirmed:
- Documentation (https://dlang.org/sp…
-
Tool Versions
CONTROLLER_TOOLS_VERSION ?= v0.15.0
This is my currect CRD definition structure,
```
// RateLimitConfigSpec defines the desired state of RateLimitConfig
type RateLimitConfigSpec…
-
## Goal of the document
This document aims to describe the primary user-defined datatype for the language (what `class`/`struct`/`record` is in C#). While traits/typeclasses or DUs will not be …
-
For instance, you cannot currently do
```rs
let v = vec![Vector3::new(1.0, 2.0, 3.0)];
let packed: PackedVector3Array = v.into();
```
This could be fixed with a `From` impl for `PackedVector3Arr…
-
`wasm32-unknown-emscripten` is a great target for compiling and running games using WebAssembly, particularly because it can produce web pages that run on most browser platforms instead of having to m…
-
See the discussion [starting here](https://github.com/rust-lang/unsafe-code-guidelines/issues/194#issuecomment-520934222): It is possible to trigger UB in safe code using owning-ref.
Specifically, …
-
### Problem
When I run `cargo doc`, it never terminates. Instead, it uses 100% of a CPU indefinitely.
### Steps
1. git clone https://github.com/gents83/wgpu.git
2. cd wgpu
3. git checkout 9…
-
Since `Struct` types force users to declare all `Struct` attributes, there's currently no way to hold extra state on a `Struct` without having it also be encoded/decoded.
Two ways to handle this:
…
-
Hi Will,
I tried to integrate your library to my renderer, but I have some issue with lifetime definition. Indeed, I want to "encapsulate" some embree_rs objects inside a single struct to make my …
-
`ImageSpec` has a ton of fields which are public and consequently no getters and setters (for most).
Accordingly (and also for ergonomics on the Rust side) I would like to make this a `value_type`.…