Ambrose Bonnaire-Sergeant

Results 116 comments of Ambrose Bonnaire-Sergeant

@tonsky I spent some time trying to diagnose: https://www.youtube.com/watch?v=SvuBhFUJUo0 Might be worth a watch on x2 speed. This part was the most surprising, where the events were firing but the...

> I have two guesses: what version of macOS are you on, and how are you starting Humble UI? macOS 12.5.1 (Intel macbook pro) ./script/run.py > One thing to try...

Fix: https://github.com/frenchy64/clj-plaza/commit/402766dfa3aa5cecf279c175055f9015e4828009

This seems to be related to build-model or add-triples' behaviour. _[pattern-apply](https://github.com/antoniogarrote/clj-plaza/blob/master/src/plaza/rdf/sparql.clj#L323) calls [model-query-triples](https://github.com/antoniogarrote/clj-plaza/blob/master/src/plaza/rdf/sparql.clj#L285) directly_, which seems to be where it starts to go pear shaped. ``` (def e (document-to-model "http://www.snee.com/rdf/elvisimp.rdf"...

@danielcompton there's a typo: I'm `frenchy64`, you seem to have given `french64` access.

I'm guessing the most general fix for this is in `clojure.core/isa?`. Also worth testing `print-method`. ```clojure ./bb Babashka v0.8.3-SNAPSHOT REPL. Use :repl/quit or :repl/exit to quit the REPL. Clojure rocks,...

This might be fixed upstream, I haven't verified yet. https://bugs.openjdk.java.net/browse/JDK-8222457

Assuming this has been fixed upstream by now.

Thanks, I did not even realize that was possible. I'll reconsider the design space, I like the direction you're suggesting.