boyned//Kampfkarren
boyned//Kampfkarren
Hello, I am making a crate that implements an mlua compatibility layer with another crate I maintain, so that me and others can create separate mlua apps and use that....
This supports the recent breaking change to swap filename and path by giving a clear error on how to fix it.
```lua if x() then else if y() then end ``` ...currently goes all the way to the end of the file to report a missing `end`. We should make this...
Now that `LogService:ClearOutput()` is a thing, let's have a preference that clears the output every update, as I currently do it manually every time.
It would be nice if the Tracy Profiler program supported a light theme. I use light theme on most of my programs as an accessibility feature, because I find it...
remodel currently only supports Lua 5.3. It would be awesome to support Luau as well. This could be done in a backwards compatible manner by having `.lua` run in Lua...
Workspaces feel really clunky to me and don't work with a lot of extensions. I have to restructure my project significantly more than I usually would to support multiple places...