Jakub Zarybnicky
Jakub Zarybnicky
I'm trying to use plugins in my Reflex experiments. While I dimly recall reading somewhere that GHCJS doesn't support plugins, that might've been a long time ago as I can't...
At work, we spent two days debugging an issue where we had several threads reading from MySQL and we found a non-deterministic bug when after a few hours of running,...
Hi, I'm in the process of trying out this library. After a gruelling day and a half spent wrangling my ten tables into beam-migrate and trying to figure out beam-migrate-cli...
Despite SSH-based git repos being [officially supported](https://github.com/mergestat/mergestat/issues/1052), after trying out the [recommended workflow](https://docs.mergestat.com/mergestat/setup/http-and-ssh-authentication), I encountered a hard blocker: ``` failed to clone: failed to clone repository: unable to find any...
Using file-embed with non-ASCII files is rather fragile, as it depends on the build system's locale, and it doesn't work at all when building e.g. in a plain docker container...
(I found an old issue on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799442 while searching for hledger-related stuff on Google, and I didn't find it anywhere in Github issue log (open nor closed) so I'm reposting...
Having started working on hledger a bit more (now trying to optimize both speed and memory usage - after two largish edits, converting Journal to Data.Sequence, I've halved the run...
## Description Implements #217 (I was missing this feature as well) ## Performance impact ## Security impact ## Checklist - [x] My code matches the project's code style and `yarn...