Nightcycle
Nightcycle
> If you want to also update the `plugin/ui-converter-plugin` to support this, that would be neat, but not necessary. I agree that's a good idea however after looking over the...
So, here's my specific use case - allowing for the automated deserialization of complex assets. In a framework I created as a more OOP focused version of Elttob's Fusion framework,...
Makes sense! I didn't really understand the underlying mechanism, so I didn't want to assume too much hence the ``(a, ...)``, your type definition is certainly better and should be...
Interesting, is it possible that the usage of non-strings is deprecated? If not then a second variadic type would certainly be the best way to type it.
I've got no clue why it's failing
Heya! Any update on this! I've found it happens pretty regularly when a script gets too long
> Blocked by [Kampfkarren/full-moon#336](https://github.com/Kampfkarren/full-moon/issues/336) Looks like this issue was closed last month with the release of full-moon 2.0.0, would that unblock this feature?
Completely agree! I had to do this just yesterday with a bash script in order to get the task library added to code that I deploy in both lune and...
With the introduction of [Roblox supported relative-only string paths](https://devforum.roblox.com/t/introducing-require-by-string/3405078), I feel this kind of feature is more helpful than ever. I hope it's merged soon.
Also, not sure if this would be worth a new issue - but being able to convert `local Enums = require(script.Parent.Parent.Parent:FindFirstChild("Enums"))` to `local Enums = require("./../../../Enums")` would be super helpful...