Simon Kohlmeyer
Simon Kohlmeyer
When writing `[[xyz|foo]]`, I'd expect it to show `foo` instead of the zettel title.
pyright fixed how the resolve metaclass attributes in 1.1.324, which causes issues with the way `MyModel.objects` is declared here. In short, `MyModel.objects` will still be resolved as `BaseManager[MyModel]` even if...
I can't be bothered to remember adding `nixGL` and I'm sure I'm not the only one.
Heya, I'm thinking about how to test some code that needs IO to run. The situations I'm thinking about are more like using STM internally or something, the possibility of...
**Very** ugly proof of concept to address #57 This is a huge mess of copy/paste/mess-with, but it seems to work and I wanted to share it. I definitely want to...
Based on my fumbling at #52 I added this to my project and thought if might be something you'd want to include. The code points are taken from Hedgehog. I...
I'm trying to package this for archlinux, and as I'm not familiar with go, I'm having some difficulties building it. Step-by-step instructions on how to install dependencies and build the...
I'm not a very experienced haskell contributor, so let me know what you think. I wasn't sure if making `From/ToJSON` depend on `Read/Show` is a good idea, but I think...
Hey folks, I'm getting the error from the when running in github actions. My `flake.lock` lists attic with revision `fbe252a5c21febbe920c025560cbd63b20e24f3b` The github actions log shows: ``` error: unable to download...
Heya, I tried to set up attic but I'm getting this error: ``` Jun 20 01:18:21 myBox atticd[95277]: Attic Server 0.1.0 (release) Jun 20 01:18:21 myBox atticd[95277]: Running migrations... Jun...