Re: Accessing Record fields with keywords in ClojureScript not working as in Clojure

2020-08-12 Thread Alan Thompson
I verified the problem in the StackOverflow post. For some reason keyword lookup of record fields in CLJS doesn't work. Alan On Tue, Aug 4, 2020 at 12:05 PM Justin Smith wrote: > I don't think this is true, or if true is incidental to the real problem > > % cljs > ClojureScript 1.10.758 >

Re: Classpath bug re Clojure 1.10.1.645 when using Figwheel.Main

2020-08-12 Thread Sean Corfield
Alan, > 4. I could possibly try to replicate your proposed experiment explicitly, but I no longer have easy access to 1.10.1.645 since Homebrew has been fixed. I did find the `brew-install` repo on GH, but am not certain how to replicate the broken install of *.645. Per the

Re: Classpath bug re Clojure 1.10.1.645 when using Figwheel.Main

2020-08-12 Thread Alan Thompson
Hi Alex, 1. Great news that the Homebrew team has responded to your request to point only to stable versions. 2. The resources directory is the contains the path `resources/public/index.html`. The local one is definitely not the one being served in my original example (2nd half) re 1.10.1.645

Re: Classpath bug re Clojure 1.10.1.645 when using Figwheel.Main

2020-08-12 Thread Sean Corfield
I'd like to point out that tools.deps.alpha can build a differently-ordered classpath from the exact same input files when run on a different machine (i.e., the same source/deps, the same version of t.d.a./CLI). This has bitten me a couple of times with depstar which I use for building

[ANN] - tech.ml.dataset upgrades + memory map arrow blogpost

2020-08-12 Thread Chris Nuernberger
We have been busy here working with our little dataset library and I wanted to talk about some of the upgrades that I think are important/interesting. We have first class support of Apache Arrow now which means I took the time to actually understand, byte-by-byte, the binary on-disk format. I

Re: Classpath bug re Clojure 1.10.1.645 when using Figwheel.Main

2020-08-12 Thread Thomas Heller
> > None of these libraries are broken. They just include resources. Also, I > don't think it is realistic to tell library authors to please move certain > files out of the way because my build tool randomizes my classpath. That is > not going to happen. People will keep including things like

[ANN] PGMig 0.3.0

2020-08-12 Thread Kamil Toman
Hi everyone, The release 0.3.0 of PGMig is out. PGMig is a standalone PostgreSQL Migration Runner using Migratus. It's just like Migratus but it is compiled into a native binary. It can be used to execute sql migrations while developing without a lein plugin but it is also useful a as blazing