Pyseph
Pyseph
> A [benchmark](https://github.com/Anaminus/benchmarks/tree/master/octree) of current (Octree) versus optimized (PyOctree) shows the following performance improvements: > >  > > Radius Octree PyOctree Improvement > 20 26304 23169 1.13x faster >...
I created a fork and introduced the proposed solution in the commit below: https://github.com/PysephWasntAvailable/roact-constant-fork/commit/53272efd80b1f7e362887418ac68bc1ea8cb3adc
I've found a good repro for this bug (which only occurs once per instance name - ie reproducing this bug twice with the same object name won't work): 1. sync...
I've ran into the same error, and was referred to here to comment my usecase. Roblox has a `Enum.StudioStyleGuideColor` EnumItem which is only indexable in-studio. As my code supports being...