Jacqueline Firth

Results 451 comments of Jacqueline Firth

Expanded on an idea for transducer fusion in #358.

I've written a small microbenchmarking library called [Atomichron](https://github.com/jackfirth/atomichron). Hopefully we can use this to get a better sense of the performance problems in Rebellion.

I made an [example Atomichron benchmark](https://gist.github.com/jackfirth/e7e8ac1b09ce2b3473799827e23611ab) that measures the performance of `(transduce #:into into-list)` compared to `(vector->list )`. For a vector with **1000 elements** on my machine: - `vector->list` takes...

Notes on API designs currently being explored: - The guard functions should accept values for each field and an extra value with information about the type, so the guard function...

Combined with #177, this would allow deleting a ton of the boilerplate associated with defining and providing a non-generic data type. Candidates within rebellion include: - Media and media types...

The API for this seems mostly designed for now, see the three subtasks.

Oh cool! I hadn't heard of Netlify, I'm glad you were able to get Racket working for it. And thanks for the appreciation 🙂. Skimming the Netlify docs, do they...

I'm seeing a few similar bug reports scattered across various projects, including one as recently as [eight days ago](https://github.com/electron/electron/issues/15625). I suspect there's some upstream issue with the fontconfig library in...

I haven't tried it, but according to [this stackoverflow answer](https://stackoverflow.com/questions/28490874/docker-run-image-multiple-commands) the way to do this is to `docker run` the shell and hand the shell a single command that uses...