satsen

Results 10 issues of satsen

mainClassName is removed in Gradle 8.0. mainClass (application.mainClass) should be used instead or this plugin will stop working.

By using the shadow plugin to create a fat jar, the launch script in the bin directory breaks. The application still works by running the embedded java runtime manually with...

I created a map with Country as key but because equals and hashCode are not implemented, the same country gets treated as different keys.

Fixes #209 Fixes #204 Actually there was an issue (#180) and pull request made for this 1.5 years ago (#182) but because the author didn't explain which case wasn't covered...

It is not necessary that nodes show (FX8) anymore. We're at JavaFX 19 now and I doubt anybody is using anything older than 8 so it is irrelevant. *I would...

bug

Please add a module name to the library. It should probably be `org.hid4java`.

When using Java's Process class to run the node the console output is broken. The only thing it prints is: ```log INFO [main] org.ergoplatform.ErgoApp - Running with args: Args(Some(ergo.conf),Some(MainNet)) ```...

B-200 SigUSD

I am using the [jte.gg](https://jte.gg) templating engine and it allows your model to be a class, so if I have a class called Model and want to pass this to...

Even though the scorex.logging.level is set to ERROR, these messages (that are also not formatted like the other messages) appear in the log: ``` [INFO] [akkaDeadLetter][11/02/2023 hour:min:sec] [ergoref-akka.actor.default-dispatcher-22] [akka://ergoref/user/$d] Message...

Is it possible to disable the preservation of file last modified timestamps in the output JAR so that everything is just 0? For example like you can do with the...