nick avlo

Results 16 comments of nick avlo

anyone know/find fix for above issue? i tried @jzhenxing quick fix above, but still same error when attempting to to mqtt_pub to broker.

you can target compile/deploy 17 as per your needs. downgrading the version in repository pom is not necessary (nor desirable).

you should have no issue compiling (and all successful unit/integration tests1) using [java 19.0.2](https://www.oracle.com/java/technologies/javase/jdk19-archive-downloads.html) ```bash $ java -version java version "19.0.2" 2023-01-17 Java(TM) SE Runtime Environment (build 19.0.2+7-44) Java HotSpot(TM)...

also, your pom nostr-java module dependencies might be more than required for your use case. see [superconductor/pom.xml, lines 92-106](https://github.com/avlo/superconductor/blob/4a512b7aa9c17f48da65efb55220a3b9a42274ab/pom.xml#L92C1-L106C18) for a working reference

many dozens of developers compile, use and build upon these libraries without issue, including myself. since any single person's development environment and settings may vary in ways that are non-standard,...

yw, sounds good & thx you as well. btw, if easier/convenient for you, we can hold off on this PR until your changes are merged into develop branch, after which...

excellent, thx eric- btw, minor supplemental update was just pushed into develop branch as well.

> **IMPORTANT**: This implementation was tested with SuperConductor revision `882c67e88f8ffb00cb22f13f75cea60303ad0f98` (this is the revision before the VoteTags additions) > > I am able to build NJ, but the SC `com.prosilion.superconductor.Matching*IT`...

> I have _not_ submitted a PR for SC because I was working with a previous SC revision, and with the latest upgrade they are now obsolete. I think it...

hi, eric. perhaps a good software engineering consideration re: above- if/when you've got a nostr-java message validator in place, seems sensible for SC to use that same mechanism instead of...