Maarten

Results 7 issues of Maarten

I have written two helm charts. The first helm chart lists the second helm chart in the `requirements.yaml` file. I don't have a helm repository, so I use `helm-git` to...

Nothing seems to stand in the way of that, and I need it for a multilingual website. I want to have two search.json's: one for each language. This way I...

## 🐛 Bug Report When I use an SVG with CSS in it, that contains keyframes with percentages, svgr fails to turn the SVG into a JSX element. The error...

With the help of Yubico support, I found out that there's a problem with using the reset password. When using the unblock command of gpg2's card-edit, I can append an...

This import creates a problem when running setup.py install: ```bash $ python setup.py install Traceback (most recent call last): File "setup.py", line 6, in import ocspbuilder File ".../ocspbuilder/ocspbuilder/__init__.py", line 10,...

If a locale is set with I18n and included in the "auto" fields, override it in the `og` data. Usage: add this to your `config.rb` ```ruby activate :i18n # You...

Under normal circumstances, if you use several namespaces, `middleman-ogp` will only allow you to override variables in the `og` namspace by defining them as page variables. Take this `index.md` as...