A Brooks
A Brooks
Thanks for adding these! I'm not sure the types for core.py should go into a stub file, though. (But maybe there's some tradeoff I'm missing?)
Oh of course. I don't know how I forgot that. I thought we had a conversation about maybe dropping Python 2 support in another issue or PR, but I can't...
There are additional packages required to run the tests (see `test_requirements.txt`). I don't know much about openSUSE packaging, so maybe that's doable, but it's something to keep in mind.
I think I wrote the code responsible, so I can take a look this weekend. :)
If I remember correctly, using a colon before a name is an anosql convention for parameters (maybe adopted from yesql?) that are being inserted from Python. E.g., `WHERE user =...
@ohpauleez Makes a lot of sense. Packaging expressions inside a vector would work, although I probably wouldn't bother destructuring them back out. The downside is that it would require matching...
Note that to use the latest version of marked, you have to do `["marked" :refer (marked)]` because of a change in (I presume) 4.0.0.
I tried this out (`018bdd534cf820fe529ba65cfec912a062684ab1`), and it's not working for me on Linux (Pop! OS 22.04, based on Ubuntu 22.04) with either Clojure 1.10.3 or Clojure 1.11.1: * Online, it...
You're welcome! Here's what I tried: * Set my `clerk` dependency to `018bdd534cf820fe529ba65cfec912a062684ab1` * Ran `rm -rf .clerk/assets` * Ran `clojure -X nextjournal.clerk/cache-assets!` It doesn't seem to depend on the...
@borkdude It's not open source because I haven't bothered to make it into a proper repository yet. Actually, while I was trying to make a minimal reproduction, it stopped happening....