-
**Describe the bug**
The array returned by `c.getRotation` is mutable and live but updates aren't reflected
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://gltf.report/
2. Op…
-
Hi,
Fresh install on x86 Linux Ubuntu 20.04.1 LTS, of Platformio and VS Code. Cloned this repo, imported the project (and folder), and compiled it with ESP32 toolchain.
Fails to compile with f…
-
> [!Note]
> Keep in mind that this is feedback coming in *after using* decorators, which was not previously possible until tools like TypeScript and Babel have more recently implemented the Stage 3 sp…
-
When we add/edit/delete trips from demo/upload/form/table, the trips array changes.
Table, demo button, and stats tab display rely on the current state of the trips array. Right now we need to togg…
-
In the initial implementation of virtual nodes, we require that the getters split into two classes: "recursive" ones share all indices with a setter, and regular caller ones are in a fully disjoint sc…
-
```
Add a getter and setter to the ResultSet class that allows changing the
position of the row cursor. This will allow for seeking similar to the
ByteArray class.
```
Original issue reported on code…
-
Getter and setters in tracifier branch solve some of the existing unsoundnesses in TAJS, but introduce others.
```
var x = {
get f() { return 2; },
f: 1
}
TAJS_dumpValue(x.f);
```
With…
-
### Community Note
> Please vote by adding a 👍 reaction to the issue to help us prioritize.
> If you are interested to work on this issue, please leave a comment.
### Feature Spec
I want to be a…
-
The documentation can't make up its mind whether the `Span` indexer only has a getter or both a getter and a setter.
It starts with "_Gets or sets the element at the specified zero-based index._", …
-
### Dafny version
4.7.0
### Code to produce this issue
```dafny
module M1 {
trait T0 {
var b: bool
}
}
```
### Command to run and resulting output
```code
dafny build -t rs main.dfy …