Dan Brakeley
Dan Brakeley
I'm with @zephyrtronium , I think it would be great to have a test suite that is just verifying local assumptions, that doesn't require Discord to be up, or any...
I just now tried doing the same thing in Ubuntu via WSL, and it seems to have worked! But ideally I wouldn't need to do this via WSL.
@mondy I don't think variadics play nice with specifying multiple build targets. For example, if your mage file had `func Foo(arg1, arg2 string)` and `func Bar()`, then you can do...
I just hit this issue with the following Dockerfile: ```docker FROM node:18-alpine RUN npm install -g --verbose graphql-faker ``` which after a couple seconds stopped dead in its tracks (here's...
I also attempted to work around the issue using Keyboard Manager. I remapped CapsLock to F13, but PowerToys Run would not allow me to change the shortcut to just F13....
The fix for #2325 did not fix this ticket.
Thanks for the response, @isra17. I tried to fix it last night by adding a `str(...)` cast, at which point it ran, but the output showed a huge number of...
So if you are asking how to install WSL, I haven't had to do it in a while, but Microsoft should have official instructions. Also, I don't know if you...
Agreed, but let's have this discussion in the related private PR.
Note that the workaround is to delete `g3\Game\Intermediate\Haxe\g3-Win-Development-Game` (and restart any locally running haxe server) and build again.