Markus

Results 108 comments of Markus

@shishirmk I'm not using caching in production since it does not work for my Rails 5.2 apps because of the cache versioning (which I have enabled in all my apps...

One thing to discuss is whether `deep_merge` or `merge` should be used. Only makes a difference in the exotic case of different meta blocks returning same keys though. Otherwise I...

> @doits did you use add a JS timeout, or did you use the existing Ruby-based timeout option? @rhys-vdw I did not realize those where two different timeouts. I did...

Here's mine: ```ini [192.168.1.11] blid = XXX password = XXX data = {u'cap': {u'binFullDetect': 1, u'carpetBoost': 1, u'eco': 1, u'edge': 1, u'langOta': 1, u'maps': 1, u'multiPass': 2, u'ota': 2, u'pose':...

:+1: I'd be glad to see this implemented, anybody worked on this already? Otherwise I might take a look.

> it introduces a command vue-cli-service test:unit so I reckon it would be best that if the package is present in the package.json it switches to that command yes, this...

Same for me > [Tue Jan 10 22:55:58.511250 2023] [core:notice] [pid 70481:tid 140658592757632] AH00051: child pid 70704 exit signal Segmentation fault (11), possible coredump in /etc/apache2 How can we debug...

Maybe this could be implemented by creating custom notification channels when enabled for a subscription, like toggling a setting "Custom notification channels for this subscription". Currently there are 5 default...

Thanks for your review and your feedback. Your last comment is correct about I implemented it. I also thought about only adding one channel per subscription (ignoring priority), but I...

A simplification could be to have the user only choose between three states: ``` Custom notifications for this subscription: - A: Off (No custom notifications, default) - B: On (All...