Jack Taylor
Jack Taylor
https://create.roblox.com/docs/cloud/reference/MemoryStore https://create.roblox.com/docs/cloud/reference/MemoryStoreQueueItem https://create.roblox.com/docs/cloud/reference/MemoryStoreSortedMapItem
We should use Roblox's new Luau execution session API to perform unit tests in the cloud for Matter. See https://github.com/Roblox/place-ci-cd-demo/ This would help us in making sure unit tests pass...
Updates changelog to reflect changes made in 5dd81196496c307cbaab2ee735370ddb15cf7dd5
When using `Flamework.createGuard` where T contains a union, that generated guard will sometimes change between compiles without a change in the source. This is undesirable behavior for me because I'm...
## Problem Functions in the library like `useHookState` (and as a result, all hooks, and `queryChanged`) and `systemName` are slow. They use `debug.info` and each call to `debug.info` takes between...
### Version 0.14.19 ### Operating System macOS ### Distribution Method dmg (Mac OS - Apple Silicon) ### Describe the issue When trying to merge a PR in GitButler with a...
This used to work a few months ago on `master`. I recently upgraded to Rojo 7.5.1 and it no longer connects. I'll update the issue when I have some time...
Rojo's library doesn't publicly export a lot of useful code (namely, being able to build a project). I'm writing my own custom build tool in Rust, and the ability to...
Rojo's library depends on a lot of crates that aren't necessary for, well, the library (such as `clap`, and some others). We should only include the necessary ones.