Matthew Davidson

Results 44 issues of Matthew Davidson

Hi Kyle, I'm Matthew, the current maintainer of Aleph/Manifold/byte-streams. First, thanks for the years of entertaining database teardowns; I've never used Jepsen, but I found your posts very interesting. Someone...

It would be nice if I could tell cljstyle to ignore ``` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; Internal API ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ``` Instead, it turns it into ``` ;; ;; Internal API ;;;...

To support AWS's [event-stream format](https://docs.aws.amazon.com/transcribe/latest/dg/event-stream.html), I need length-prefixed specs. Unfortunately, `string*` is predefined to use int32, so I reached for `ref-string`. That handles the header value case, which is in16-based,...

Just a heads up, the stylesheet referenced on niwi.nz doesn't currently exist. https://github.com/funcool/octet/blob/790c6fc4da878d3deb6c35f69811079059f2094c/doc/content-docinfo.html#L2

I was trying to use this as part of a general video pipeline, but the script doesn't exit with error codes if there are any problems (other than the one...

According to the Github project page (https://github.com/travis/lein-cdt), lein-cdt was deprecated 12 years ago, because it was added to swank-clojure, which itself was archived over 8 years ago and recommends migrating...

First, while the aleph.io literate documentation site is cool, we aren't currently keeping it up-to-date, and would have to bug Zach for access if we wanted to. On top of...

feature request
good first issue

I grabbed two of the more important test namespaces from clj-http, and altered the common `request` fn to simultaneously make requests with both clj-http and Aleph's client, and then compare...

# Summary When running tests in paranoid leak mode, there are some ByteBuf ref count leaks (where the ByteBuf is GCed, but the reference count wasn't 0). The final access...

I'm thinking about putting together a list of users/companies in the README to showcase. (Testimonials cool, too. 😉)