Joshua Taylor
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.
Removes the MeshId; Unaware how or why Syncback doesn't have this issue
Double clicking the Connect button in quick session can lead to a double call, and subseqeunt crash
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...
`local foo = {[1] = ...}` will allow auto import at `...`, any other instance of a table will not, ex: `local foo = {...}` Works for both dictionaries and...
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...