fewkz

Results 11 issues of fewkz

Currently when writing a string based require (like `local bar = require("foo/bar")` it does not provide autocomplete for directories and files

enhancement
blocked/external

The following `default.project.json` causes rojo to crash when doing `rojo build` ```json { "name": "LuauProject", "tree": { "$path": "." } } ``` output: ``` thread 'main' has overflowed its stack...

type: enhancement
scope: cli
size: small
impact: small

You should be able to gradually adopt RunContext for individual scripts via a separate extension specifically for RunContext. Only being able to choose between all scripts using RunContext and all...

type: enhancement
scope: cli
status: needs design
size: small
impact: medium

Remodel should have a REPL that exposes the same API so you can quickly manipulate or inspect Roblox files interactively

enhancement

Tarmac is a great tool for any Roblox developer, it's a shame that the "official" version doesn't work. For anyone who's looking for a working version of tarmac, you can...

I'm running on Ubuntu 18 LTS, which apparently only has glibc 2.27 available for installation. When trying to run selene i"m getting this error. ![image](https://user-images.githubusercontent.com/83943819/192168662-eb4ac611-39b9-4944-bb32-1c7edd2dcedc.png)

C-bug

**What type of feature request is this?** Mantle doesn't support a Roblox feature I would like to use I'd like mantle to support configuring "Allow this place to be copied...

enhancement
missing configuration

The following code passes luau-analyze, because it thinks that `foo` is a `string`, even though `foo` never gets initialized when ran, and causes an error trying to concatenate with `nil`...

enhancement

When using luau-analyze, it warns that `collectgarbage` is an unknown global despite this not being the case. `collectgarbage` should be added as a global in analysis, with it's parameter typed...

bug

When using VSCode remotely via ssh or codespaces, you have to manually forward the port after serving the project. It should automatically forward the port for you. Some relevant docs:...