Hendrik Leppelsack
Hendrik Leppelsack
Thumbnails and links may load images over http. Because of this the browser marks the connection as not completely secure (mixed content). Chrome:  Firefox:  It would be great...
It would be great if this library supported the jCal and jCard format. This requires the requests send by `dav.syncCalendar(...)` and `dav.syncAddressBook(...)` to include `Accept: application/calendar+json` / `Accept: application/vCard+json` in...
## Description Fixes custom Grafana datasources being rendered twice. Fixes #2277 I have only validated this for datasources and am not sure whether this change leads to issues with other...
**What happened?** Defining a datasource in the example.jsonnet makes it show up twice in the rendered secret. example.json containing the loki datasource ```jsonnet local kp = (import 'kube-prometheus/main.libsonnet') + //...
A few short entries in the wiki about the supported markdown elements would be great. Possibly with examples. It's a bit difficult to extract this information from the code because...
We currently support importing plain `.vcf` files containing a single or multiple vCards. There are other formats we should support (copied from the old contacts app): - [ ] Gmail...
Replace the current font with a font resembling the style of a typewriter
I'm trying to use flask-menu to build a menu which contains a dynamic submenu. Therefore I'm registering menu entries with `MenuEntryMixin.register()`. What I'm missing is a way to 'unregister' a...