jjl
jjl
 (thanks deadghost!) Ideally we would like to have something like this. GFM tables do not support this level of formatting, so the logical approach would be to use HTML....
One of the improvements made in clojure 1.8 was incorporating some work done by Zach Tellman to create 'unrolled' variants of maps and vectors. Essentially, it was a piece of...
I'm integrating with a tracing garbage collector, but I have many heaps (i've got erlang-style processes each with their own heap). As I understand it from the documentation, this is...
I have been thinking about how to make nice errors for using builtins in the lisp for my in-progress build tool, dull. At first i copied the structure of the...
I've thrown together an example harness to be able to test it (based on druid's) and i've made smol compile by effectively commenting out all the code with `cfg`. Will...
Yes, I know why this isn't as straightforward as it first appears. 1. Why you believe this feature is necessary. Strictly it's not necessary, but it would be rather nice...
The current ad hoc approach of just creating libraries as they're needed was great for experimenting, but we've ended up with a slightly strange organisation and naming scheme. We've put...
A user should be able to export all their data in a standard format. I feel like this could share a lot of the workings of deletion
At the minute, oban is apparently incompatible with us bringing our own transactions to an insert and handling failure scenarios correctly. Given that oban markets itself as highly reliable, it...
Mastodon already supports them with the `Question` AP object type.