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...
Sadly this isn't possible due to Discord limitations, as written below in the link you sent: > `ActivityType` is strictly for the purpose of handling events that you receive from...
Hello! It actually does seem to be possible, as another google chrome extension has achieved it (https://chromewebstore.google.com/detail/watchdis/fdlcfnimjmkjlajpifhnehgeeiipgmfm?hl=en-US). Perusing its source code, I found this relevant code:  So it does...
Agreed, would be a great UX feature.