Marvin Ahlgrimm
Marvin Ahlgrimm
I'm using the `zig` version from the snap store, which is 0.7.1. This version is not able to build the master branch of `zls`. I'm now using 82d6258 and can...
This implements a fuzzy search to solve #134. I adapted the fuzzy search [from this blog](https://www.forrestthewoods.com/blog/reverse_engineering_sublime_texts_fuzzy_match/) and integrated it into a modal, which can be opened with Ctrl+p, For now...
## What Happened When I create a new list, add a task to this list and mark the created task as done it is still shown to me. The `show...
Hi! When I'm using the taginput with dynamic data source and sending the the form to my server, all I get is a comma list, without any value. E.g. when...
# Description Let's introduce a new management command `marten seed`, to streamline the process of populating a database with initial data for Marten projects. ## Background: As Marten projects evolve,...
# Description Let's enhance the functionality of the slug field in Marten by introducing a new optional slugify option. This option will allow developers to specify another field whose value...
# Description Let's enhance Marten's templating system by introducing a new component tag. Unlike the existing include tag, the component tag provides a more structured and robust approach for building...
# Description Let's introduce a new management command, `marten cleardatabase`, to provide a convenient way to reset the database by removing all data, effectively setting it to zero. ## Background...
This adds a new Referrer-Policy. If active the middleware will add a Referrer-Policy header to the response if not already defined #244
With this change a slug field accepts a `slugify` parameter, which references another field of the same model. When set the slug field we be automatically set to a slugified...