Kyle Passarelli

Results 7 comments of Kyle Passarelli

Is the default conversion of objects to JS is a `WeakMap`?

I implemented a codec server, leaving it [here](https://github.com/unifica-ai/components/blob/main/temporal/src/unifica/temporal/codec_server.clj) in case it's useful to anybody.

I have been using Biff recently, and I like the author's approach of providing a very opinionated implementation but documenting alternatives. A defprotocol + how-to might work nicely here.

Maybe this could be done through middleware? And added to the list of contributed middleware in this repo.

A colleague asked this exact question yesterday: "Can I use the Arrow files directly? (From Spark)" Not a blocker for us, but ultimately useful for the data side of house...

I have been using [deps-try](https://github.com/eval/deps-try) for this, and I have loved it so far. This library targets the (rebl-readline) REPL and AFAIK doesn't provide a way to write out a...

I was able to replicate. Steps: create a full log on `crm.lead`, no other configurations. CRUD some leads. Expected behavior: Log should show all changes. Actual behavior: logs are delayed,...