Torsten Curdt

Results 571 comments of Torsten Curdt

> Here is an example where each field is given locales of 'en', 'es' and 'de' respectiviely. > ![image](https://user-images.githubusercontent.com/53407417/113581566-ec387e80-9644-11eb-971e-5c5aebe6f546.png) That dateField is wrong though. The German locale should use 24h...

This has been open for a while. I assume it should be added here? https://github.com/navidrome/navidrome/blob/master/ui/src/i18n/en.json#L105 As for existing formatting implementations: - luxon too big - moment.js 18kb - date-fns should...

Please un-stale.

Please un-stale.

unstale - still relevant until the new UI hits

This issue provides some interesting input. I am looking for a similar thing. ``` {%- for tag, posts in collections.tech | group %} {{tag}} {%- for post in posts %}...

@richardherbert all the tags of the pages passed into the filter. I use the same pattern for my post archive. Maybe that helps to make it clear: ``` {%- for...

@pdehaan I didn't and I just wanted to write "I knew I must have missed something!" But even after enabling it I am still seeing the same behaviour :-/ I...

This seems like a similar problem as described here https://github.com/kubernetes-sigs/kustomize/issues/5223

Some more testing. No matter what strategy is used (merge or even replace), when there is a previous `ConfigMap` exists, the suffix appending does not work.