Moritz Hedtke

Results 126 comments of Moritz Hedtke

Maybe that indicates that you need to scale up the amount of web containers? I think its fine to land this as a stop gap measure but I dont think...

> @mohe2015 Yep, it means you should scale up, which is why you don't want to kill containers and effectively scale all the way down 🫣 I read https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ and...

If you do it, it would be great if you could do it in the impress.js repo as then everybody could profit from it.

Not being able to properly debug is super annoying. Is there another tool you can use especially for typescript support?

I'm really no expert with `unsafe` but my understanding is that you should choose the scopes as small as possible and such that any code outside of the `unsafe` block...

I think no space also has the advantage that it takes less horizontal space. And probably (but this is highly unscientific) your brain has it easier to parse it as...

I'm not so sure but I think the proposed style also has the advantage that merging different code (potentially with conflicts) is easier as you can just remove the conflict...

> Also, for your second point in particular, it seems this would be an issue with either style. The only real way to simplify that would be if we forced...

> I had the same issue, was throwing error and I had no idea what was throwing it, eventually tracked it down, but in all cases I want `undefined` to...