Jack Taylor

Results 47 issues of 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

feature

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...

feature

Updates changelog to reflect changes made in 5dd81196496c307cbaab2ee735370ddb15cf7dd5

Is there any reason this exists? It seems like noise.

feature

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...

enhancement
domain: transformer

## 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...

breaking
improvement

### 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...

bug
UI

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...

type: enhancement
scope: cli

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.

scope: cli
type: tech debt