mulder999
mulder999
@manuc66 Thanks for coming back. I guess there is a minor typo `stopLookupOnMatch` beside that, I believe this would do, assuming we can add it on several attributes.
Long syntax does not not seems deprecated according to [latest docker compose specification](https://github.com/compose-spec/compose-spec/blob/master/spec.md#long-syntax-1) but clearly not implemented with `docker stack` for me either. Only the short syntax is working.
> Can we make this also work with Debian (as opposed to just Ubuntu) packages? For example, in the case of `openssl` above, you might have the version string `1.1.1n-0+deb11u3`...
Check my comment here: https://github.com/jens-maus/RaspberryMatic/discussions/1883#discussioncomment-3438050 Update of the kernel is always a nightmare. Rebooting, then reinstalling the pivccu* packages is necessary as soon as it goes bad. Following my exact...
To address SSR (Server-Side Rendering) generation, you can follow this approach in your Svelte application: Call `waitLocale` function from 'svelte-i18n' to ensure the desired locale is loaded in cache before...
@jacob-8 use the solution I highlight in #165, never ever touch the locale store and you should be fine
@jacob-8 Thanks for mention. Glad you implemented a solution that works for you.
Hi thanks for reply. Yes this could do. Assuming this would force to have an agent on each cluster node as done by portainer. This local agent could then also...
Cron could actually replace shepered everywhere. In fact, I was hoping to eventually replace my cron jobs by shepered but as is it provides too little value for me yet.
Thanks for reply, according to your own documentation, logging the connection string at any level above `DEBUG` (in this case `WARNING`) was not expected and provides no benefit to any...