Michael Rittmeister
Michael Rittmeister
I was trying to PR it but when you do a rewrite of the project creation system anyways I will wait for that
happens on process api too
is this lib dead? you can't get it anymore since jcenter has been shutdown now
Is there any sort of workaround for this. have tired converting discord.js and got the same error
Also, ASCII style fails with the same error Don't have WSL ready rn so can't test it on WSL EDIT: `OSUtils.IS_WINDOWS` also is somehow false like all of the others...
> It's hard to maintain (edit by hand) the dependencies available in plugins.json. I just wrote a Gradle plugin generating the complete plugins.json, so I guess I didn't think about...
It's a work in progress, but it's here: https://github.com/DRSchlaubi/mikbot/tree/main/gradle-plugin It's currently not in the Gradle plugin portal because I got tired after working on it for 6 hrs, but it...
The plugin should now be available to all Gradle users. docs are here: https://github.com/DRSchlaubi/mikbot/tree/main/gradle-plugin
> However, reordering the declarations is also not going to happen - arguments are always parsed in precisely the order they're defined, which is something that's absolutely required for some...
> > That makes no sense whatsoever, re-ordering like this would not affect anything, if the arguments are already ordered correctly, nothing would happen, if it's not the order is...