Davide Bellone
Davide Bellone
I'm migrating my blog to this theme. I have my articles structured as - posts - - {type} - - - {year} - - - - {article number}-{article-name}.md and each...
Since EU forces blogs to have a cookie banner, due to GDPR restrictions, I think it could be useful to add it to the template. If I remember well, there's...
Many blog posts are about different topics (let's say "Sushi", "Vegan", "Rice") so we should be able to tag them with different values (afaik, we can only have 1 category...
I installed Go on my Windows 11 machine. Then, following the [docs](https://d2lang.com/tour/install/#install-from-source), I opened a terminal and run: ```shell go install oss.terrastruct.com/d2 ``` Looks like the command is wrong, as...
### Issue description I'm experimenting with this library to work with dynamic columns. Using the untyped serializer, I'm trying to work with complex types. I want one of the fields...