Dan Groshev
Dan Groshev
@ematipico you might be interested: biome builds just fine on vercel's node 20 workers!
Superseded by https://github.com/tldraw/tldraw/pull/2776 saga
A bunch of assorted comments, based on things we discussed offline. ## Explicit intended sequence numbering by convention It might be a good idea to encode intended/default sequencing of our...
> I think we need to separate defining the migrations from ordering them. Sure! I suspect that we might be able to simplify the design somewhat: 1. we define a...
I believe this is now unblocked after https://github.com/raphlinus/pulldown-cmark/pull/654 got merged, example: https://github.com/raphlinus/pulldown-cmark/blob/master/examples/footnote-rewrite.rs
Unfortunately those releases don't include https://github.com/raphlinus/pulldown-cmark/pull/654 yet.
Hey Casey, there's a very helpful commit message here with some context of why some form of normalisation is very helpful: https://github.com/taylorthurlow/redacted_better/commit/84fd4044d236ad68734c817fc6d95cbf26e818bd More info on Mac problems: https://eclecticlight.co/2021/05/08/explainer-unicode-normalization-and-apfs/ The easiest,...
Yes, jsx, sorry for my mistake. And sorry for another mistake in my first post, I meant that you can write a custom behaviour that would make plugging of custom...
Yeah, cowboy is kinda new, but it's already stable. I recommend you to suggest using it.
Here is a minimal example with goog.structs/Map: ``` clojure (defrecord Testrec [foo]) (defn ^:export test3 [] (let [cons-table {Testrec (fn [x] (.log js/console "serialization reached") ["repository" (clj->js x)])} cons-table (goog.structs/Map....