Fay Carsons
Fay Carsons
I wrote a little [socket chat app](github.com/faycarsons/tincan) w/ Mint tea, and for the most part it works great, but when the text input gets large enough to wrap around to...
I volunteered for issue #46, but have been blocked on this and haven't heard from the person previously working on it, so I thought I'd pick it up :) There...
I'm working on a library (my first serious embedded project) which needs to write to a PIO FIFO continuously. I'm trying to do this with DMA, using an interrupt to...
For instance `(prune "I Love Clojure" 8)` returns "I Love..." but `(prune "ILoveClojure" 7)` returns "...".
Adds content-type json headers to regular (not multipart, not streaming) HTTP requests, by default. Removes calls to `header` which add this header in provider code, to reduce repetition and potential...
Soft deprecate `DynClientBuilder` and add an example of enum dispatch over a couple of provider agents
- [x] I have looked for existing issues (including closed) about this ### Motivation In some cases, provider extension builders have required fields in addition to an API key, for...