Filip Tibell
Filip Tibell
**Icon Type** - [ ] Folder - [x] File **File Names** Any file with the extension `.luau` **Graphic ideas** The icon would be for the [Luau language](https://luau-lang.org) and as such...
Spawning a long running process in the terminal such as `rojo serve` and hitting Ctrl+C does not properly kill the process, it just leaves it hanging. This means that commands...
A few examples of where renaming can be improved: ```lua -- Renaming both "tab" and "key" in any of these locations local tab = { key = "foo", } tab.key...
Accidentally typing or pasting a symbol such as these: `¶` `§` `` Will emit the following message: `SyntaxError: Expected identifier when parsing expression, got invalid UTF-8 sequence` When the symbol...
Just noticed that aftman chose the wrong binary when installing one of our internal tools:  In the screenshot you can see that the files...
I've encountered a few tools that do not have executables zipped in their releases, one of them being `sentry-cli`: https://github.com/getsentry/sentry-cli/releases It would be cool if we had support for this!...
The majority of the time spent in some of our CI jobs (~5 seconds or sometimes more) is spent downloading and installing tools managed by aftman, and I suspect this...
1. Type something such as `workspace.ChildAdded:Conn|` where the bar is the cursor 2. Accept the completion, text is now `workspace.ChildAdded:Connect(|)` 3. Make an anonymous function and move cursor onto the...
When running an executable built for x86 on an M1/M2 mac you will get this confusing error message if Rosetta is not installed: `Bad CPU type in executable` Since aftman...