Pyseph

Results 7 comments of Pyseph

> A [benchmark](https://github.com/Anaminus/benchmarks/tree/master/octree) of current (Octree) versus optimized (PyOctree) shows the following performance improvements: > > ![OctreeVsPyOctree](https://user-images.githubusercontent.com/918097/116464855-fae90e80-a85b-11eb-8878-7a8598933a5b.png) > > 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: ![image](https://github.com/Venipa/ytmdesktop2/assets/45090858/bc6dcd9e-4a0f-4c80-b28c-40cf3077449a) So it does...

Agreed, would be a great UX feature.