-
Multiple script canvas nodes associated with the AWS Gems (e.g., ClientAuth, Metrics) lack proper input titles, instead listing generic types like "String 0". Example:
![image](https://user-images.…
-
The watchdog traits available on the 0.2.x versions have been removed ahead of the 1.0.0 release. See: #357
This issue servers as a tracking issue until we add them back. The open (breaking) problem…
-
There are a a bunch of more cases where rustc compiles a file whereas treesitter-rustc throws an error, indicating a parsing failure in treesitter-rust.
Since I deem filing all these issues separat…
-
As discussed in #40 we need to provide a way for users to identify the type of an `execution_resource`.
Taken from #40:
> Answering the first point, the `execution_resource` should be a generic ex…
-
As part of the work to [add an ML-KEM implementation](https://github.com/RustCrypto/KEMs/pull/2), I took a look at the KEM traits in this repo (in the `kem` directory). Given that crates.io shows onl…
-
We have reports of potential new cell types in logs/new_CL_{table_name}.tsv
This ticket is intended for triage of papers for curation new cell types / papers.
The following table comes from repo…
-
The recommended way to set a window to fullscreen after creating it seems to be [`glfwSetWindowMonitor`](https://www.glfw.org/docs/3.3/group__window.html#ga81c76c418af80a1cce7055bccb0ae0a7). The wrapp…
-
I am writing to address a concern about the current implementation in the `kv_engine.rs module`. When initially written, the `KeyType` and `ValueType` were represented as two separate enum types due t…
-
## What problem does this solve or what need does it fill?
Keyboard inputs are accessed with ` Res`, and their associated variant enum is `KeyCode`.
Gamepad inputs are accessed with ` Res`, and …
-
Basil should support integer types with widths less than 64 bits.
Similar to [Go's primitive int types](https://tour.golang.org/basics/11), I propose redefining the current `Int` type as a generic …