Andy Fingerhut
Andy Fingerhut
Parts of clj-ns-browser are AOT compiler (Ahead Of TIme) in the released jar file, and thus depend upon particular versions of Clojure. clj-ns-browser 1.3.1 requires Clojure 1.5.0 or later, and...
At least for the categorized vs. all-in-one-list question, you probably noticed that the Clojure code makes it easy to change between them by altering one true/false variable. As far as...
We should ask the Leiningen developers if there is a way to do this in a Leiningen plugin, or perhaps it already exists today as a Leiningen command line option.
It appears from a brief skim of this that it is intended to help detect when source files have been updated since the last time the file was loaded into...
Have you tried using clj-ns-browser "1.3.1" instead? Do you have a particular reason that you want to use the older version?
If you can find it in the README, let me know. I am not seeing it in the latest README anywhere via searching for "0.3" for example.
Can you reproduce this issue in a JVM that never loaded Cider?
Are you running an unmodified exercise that is currently checked into the latest version of this p4lang/tutorials repo? The directory name shown in your screen shot does not look like...
It might be possible that some recent fixes to `p4c-dpdk` back end fix some of these issues. I have tried the latest version as of 2023-Sep-14 of `p4c-dpdk` on your...
I have learned that there is a restriction that things do not work unless you create a number of ports that is a power of 2. So 3 will fail,...