hoijui

Results 284 comments of hoijui

hey! :-) i have not heard of JSR 232 before. i just read about it shortly in their specs, and i don' feel much wiser. can you please help me...

ahhh thank you @knut-forkalsrud, indeed that makes much more sense! JSR223 - **Scripting for the Java Platform** is a framework for embedding scripts into Java source code https://en.wikipedia.org/wiki/JSR223 https://www.jcp.org/en/jsr/detail?id=223 that...

Maybe you did that, or it makes no sense in this case, but I though I mention this idea: For similar changes, I usually write a (BASH-)script that does the...

The script helps primarily people like you, who might maintain different branches, or who would apply the script to branches by others, which branched off before this change, and which...

HA! I just figured this out for the second time :D I found this tool on my system while looking for mermaid, but did not know if it is mermaid...

Note, there already is a `0.9-SNAPSHOT` release

... you can refer to it after putting this in your maven file: ```xml ossrh https://oss.sonatype.org/content/repositories/snapshots ```

I just made a 0.9 release (using Java 17). It should be available in a few hours... and there it is: https://mvnrepository.com/artifact/com.illposed.osc/javaosc-core

thank you @seebi ! should be fixed now. (I before only tested the commands in the shell directly, instead of within the script, sorry :/ )

Thanks for the testing! :-) Apparently I was using `head` in a way that works on Linux but not on Mac. It should now be fixed.