Jack Taylor

Results 47 issues of Jack Taylor

I'm a little uncertain about the `LuaTuple` types here. I don't know if there's precedent in the types for how to handle "nullable" multi-returns. I think that this type is...

The transform function is supposed to accept the old value and sort key, and return both the new value and sort key, or nil if the update is supposed to...

For some reason, task arguments are handled differently on Windows and Unix, and the Windows version was broken. I experienced this when I had a task like this: ```toml [tasks.task1]...

Given the following recipe: ``` [parallel] foo: bar baz bar: sleep 5 echo "I am running but baz already exited!" baz: exit 1 ``` I expect the recipe to immediately...

As it stands, roblox-ts is incapable of compiling multiple projects at once. rbxtsc only considers a single tsconfig.json and a single project type. Multi-place projects are not unheard of in...

feature

This extension has been great-with one drawback: it captures focus. This isn't such a huge deal if you're manually triggering PiP mode, but if you, for example, have Firefox's "Picture-in-Picture:...

Linux/macOS users who download selene binaries from the releases are unable to execute them without first chmodding them. GitHub doesn't preserve this metadata when it zips them in `upload-artifact`. They...