Bost
Bost
> * Put the artifact on e.g. clojars, under your own coordinates. For me, using a custom CLJS build for a time (waiting for a patch to be applied), that'd...
> I've added (System/exit 1) right after (close! updates), to crash app instead of freeze. Thanks for the workaround. It really "solved" my problem. And I use it also for...
FWIW on `::api/error` I get: ``` SocketException The transport's socket appears to have lost its connection to the nREPL server nrepl.transport/bencode/fn--9182/fn--9183 (transport.clj:108) nrepl.transport/bencode/fn--9182 (transport.clj:108) nrepl.transport/fn-transport/fn--9150 (transport.clj:55) clojure.core/binding-conveyor-fn/fn--5739 (core.clj:2030) java.util.concurrent.FutureTask.run (FutureTask.java:264)...
@cogumbreiro I've been really enjoying your videos - thanks - so you may want to comment on this, I guess.
The `--illegal-access=...` may be used as a workaround. See `man java` ``` $ java -version openjdk version "16.0.1" 2021-04-20 OpenJDK Runtime Environment (build 16.0.1+9-Ubuntu-1) OpenJDK 64-Bit Server VM (build 16.0.1+9-Ubuntu-1,...
It works on: ``` $ java -version openjdk version "18" 2022-03-22 OpenJDK Runtime Environment (build 18+0-adhoc..source) OpenJDK 64-Bit Server VM (build 18+0-adhoc..source, mixed mode, sharing) ``` (openjdk 17 not tested)...
> @Bost I think your ns font-locking changes addressed this, right? Yes it does. (@vemv Bozo references to the 14d4221.) A bit of an explanation - the `::kws.grid/column-settings` is not...
What??? Egh... ```clojure user> (require '[clojure.core :as kws.grid]) nil user> ::kws.grid/fn :clojure.core/fn user> ::kws.grid/ufo :clojure.core/ufo user> (namespace ::kws.grid/ufo) ;; I wonder how many folks get confused over this? clojure.core user>...
> Ah, `--skip-arity-checks` fixed my problem. Thanks. ... with forced recompilation. E.g.: ```racks --force-recompile --skip-arity-checks tetris.rkt``` (Simply deleting the `rm -rf ./js-build` may not be enough.)
PING... Any news regarding the Rash2?