Martin Kavalar
Martin Kavalar
> I'm looking into adding clerk to a prod instance and would like to place it under a specified route behind auth in my existing server setup (ring-compatible). Nice, this...
Hi @mars0i, no worries at all. I have a few things I'd like to wrap up and I'll take a closer look at your issue then.
Try evaluating those forms when things don't work: https://github.com/nextjournal/clerk/blob/9206957ab8b18d5d68a9ee349971bf60955493ef/src/nextjournal/clerk.clj#L17-L20 The following places should have more pointers: * https://ptaoussanis.github.io/nippy/taoensso.nippy.html#var-*freeze-serializable-allowlist* * https://ptaoussanis.github.io/nippy/taoensso.nippy.html#var-allow-and-record-any-serializable-class-unsafe * https://github.com/ptaoussanis/nippy/issues/130
@weavejester sure, done.
> is splice supported everywhere now? No IE 11, but everything else seems to be ok (including Edge which afaik is the default browser on windows now): https://caniuse.com/mdn-javascript_operators_spread
A small amendment: IE 11 also only has partial support for es6 https://caniuse.com/es6 (which the splice operator is part of), for example no support for es6 class https://caniuse.com/es6-class so it...
Very nice. There still seems to be an issue with Plotly in the static build still, see https://snapshots.nextjournal.com/clerk/build/88e94fce8b12fd4c6770ecfea60f616fbb00388f/index.html#/notebooks/viewers/plotly.clj Locally I saw an `Rendered more hook than on the previous render`...
@mhuebert just getting around now to play with this, it's SO much better than what we had before, both in experience (without the height flickering) and code. Would love to...
> Perhaps we were intentionally encouraging that namespaces would be correct at every moment - it's part of CIDER's approach to have loadable code that can be run (and not...
> I also think so, and would prefer that we think that we handle all missing edge cases in a single PR - else it's just "git churn" that we're...