jamie
jamie
### [Rendered](https://github.com/jihiggins/rfcs/blob/Automatic_Event_Tracking/rfcs/Automatic%20event%20tracking.md) ### [Implementation PR](https://github.com/bevyengine/bevy/pull/1776)
If I call this function from multiple threads at the same time (it's currently using 8 worker threads): ```cpp #include "FastNoise/FastNoise.h" void Generate2dNoise( int xOffset, int yOffset, int xSize, int...
## `taffy` version https://github.com/DioxusLabs/taffy/commit/d295d9b5a1de28fa6644a7a4d5fefcd3b6957773 ## What you did ``` { "root": {}, "container": { "size": { "width": { "Points": 800.0 }, "height": { "Points": 400.0 } } }, "container2": {...
Adds `PhantomData` to `Context` in order to allow for future `!Send` or `!Sync` additions to `Context`'s fields. This would allow for things like future single threaded async executor optimizations, or...
When printing a table with `{:?}`, if it has __index set to itself, it overflows the stack by recursively printing itself Not entirely sure what the desired behavior should be,...