-
Currently, hats are immutable in the sense that their properties -- ie max supply, details, imageURI, toggle, and eligibility -- cannot by changed once the hat is created.
This has the benefit of l…
-
This filter sounds phenomenal, is open-source, and a well-documented port of it already exists here: https://github.com/VCVRack/AudibleInstruments/blob/v2/src/Ripples/ripples.hpp
...so let's get it…
-
`UnsafeTypedArray` takes `&[T]` in the constructor, and stores that internally. It's nice for reading values efficiently, but as I understand it rustc will assume that values behind a reference are ne…
-
```
- support visitors patters for mutable classes
- support executable types
```
Original issue reported on code.google.com by `nejakyus...@gmail.com` on 6 Oct 2011 at 1:38
-
Array consisting of mutable objects is mutable which contradicts the project's documentation.
The following tests fails:
```
/**
* Array must be immutable
*/
@Test
pu…
-
The mutable variable attribute means that all variables declared without it can be optimized to be simple variables in any SSA graph the Fractal IR might be translated into.
-
In order to live edit terrain I need efficient way how to update VBO's
-
To reproduce:
```
{{ {mutable.Scope.run} }}
```
Or
```
{{ @signature{mutable.Scope.run} }}
```
Output from UCM:
```
UnknownExistentialVariable:
unsolved
```
-
**tl;dr**: Some methods can return `this`, an argument or one of the static `Decimal.dConst` constants. If users mutate those, they might see unintended consequences. WAI or bug? If it's a bug, dealin…
-
#23425 added a feature to the Earlgrey PROD ROM to support execution of a non-mutable ROM_EXT code section in the ROM before handing execution over to the ROM_EXT itself. To enable using this feature,…