Joshua Taylor

Results 17 issues of Joshua Taylor

Just push 'Submit new issue'. You don't need to do anything else.

show will error if you pass `nil` to the first arg. To combat this, you must pass `Source or Source(nil)`. While not accepting a primtive non-nil value is valid due...

`wally-package-types` alone should invoke `wally-package-types --sourcemap sourcemap.json Packages/`; as theyre all arguements used as default accross the roblox toolchain

You have to explicitly use blocks with `start` and `end`

Most commonly seen in the VS Code color picker, a value will be represented as X.000000 (give or take); and stylua does not strip these redundant values.

enhancement

Removes the MeshId; Unaware how or why Syncback doesn't have this issue

status: needs info

type: bug
scope: plugin
size: small
impact: small
status: ready for work
good first issue

Fusion is currently lacking a function which covers `for Count = 1, X do`. Alternatives we're stuck with look something like this ```lua Scope:Computed(function() local Table = {} for Count...

enhancement
not ready - evaluating

`local foo = {[1] = ...}` will allow auto import at `...`, any other instance of a table will not, ex: `local foo = {...}` Works for both dictionaries and...

enhancement

When require style is set to `auto`, it will use `relative` a frightenly small amount of time It will favor an absolute path, even when the relative path is alot...