Christopher Buss

Results 22 comments of Christopher Buss

Note: I do not know roblox-TS, so that has been ommited from my submission, and would need to be implemented by someone who does know how to use it.

I guess the only issue is what do you include vs what do you not. There is also ContextActionService methods that require the same thing, but I find that BindToRenderStep...

This is happening to one of my colleges, 4.26. Almost definitely a memory leak. Just trying to check back in a file causes his ram usage to spike up before...

I'd like to +1 this. I have an issue where I have a eslint-disable directive in the middle of my imports, and newline-after-import is incorrectly determining this to be the...

I personally have no stake in either implementation, but importx already uses jiti under the hood where required, so it seems strange to me merge both a tool that uses...

There was some work once upon a time to allow users to add a compile step to matter to autogenerate keys so the user didn't need to do this manually,...

I don't think it's necessarily hard either, but for those with existing codebases they would not be able to upgrade to the latest version of matter without adding these keys,...

If I rename the file to mantle.yml and run the command, it works without an issue, without needing to specific the environment.

To add to this, I wanted to include my `.git/info.exclude` folder in this, as I sometimes have files I want to exclude from a project that I do not want...

I like the option to just not sort unknown elements, then I can create custom class groups as required if I want to sort certain classes (e.g. lifecycle methods), and...