Filip Tibell

Results 25 issues of 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...

enhancement
blocked/external

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

bug

Just noticed that aftman chose the wrong binary when installing one of our internal tools: ![CleanShot 2022-09-13 at 18 29 28@2x](https://user-images.githubusercontent.com/9497781/189963506-9822c6cf-456e-41a3-813f-282051fd57cd.png) In the screenshot you can see that the files...

bug

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

enhancement

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

enhancement

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

enhancement