kb1000

Results 61 comments of kb1000

Something that might be interesting to think about is supporting the tailscale CLI (so for example funnel) together with the android app, which could work without root. Though the app...

Note that I'm not referring to the files mentioned by the modpack index, I'm referring to the filename of the modpack file, or other uploaded files.

> Worth noting that Jetbrains annotations already contain `@Unmodifiable` and `@UnmodifiableView`. Which seem more precise than `@ReadOnly`. But unfortunately those don't show up in Kotlin, as far as I can...

Sure, I could make a PR. Though, shaded JARs could be a problem there (especially pkl-cli-java, afaict), you kinda have to either make them not modules, or relocate the packages...

Oh for the record since I don't want to hold up progress here or anything, I was looking into it for a few hours but I'm no longer working on...

Since bnd is already in use, would it make sense to use it to generate the module-info? https://bnd.bndtools.org/chapters/330-jpms.html This would work if you have to keep compatibility with building ANTLR...

Well, no. This isn't just a regular reinstall, it migrates everything over, and as far as the user is concerned, nothing should change (and for the feature updates, the user...

I don't know what to tell you, but... ``` [user@laptop-host IKVM-8.3.3-image-netcoreapp3.1-linux-x64]$ cat Hello.java public class Hello { public static void main(String[] args) { System.out.println("Hello, world!"); } } [user@laptop-host IKVM-8.3.3-image-netcoreapp3.1-linux-x64]$ ./bin/javac...

While I don't strictly need this anymore, this would still be very useful.

The second option _also_, to my knowledge, is forbidden by Discord. At least, that's what I've been told in the bot development communities I've been in. (They also mentioned countermeasures...