Dominik Hardtke

Results 23 comments of Dominik Hardtke

This is probably related to https://github.com/socketio/socket.io/issues/4734 and I'd love to see it fixed.

I believe this is an issue in upstream Zone.js, hence I created https://github.com/angular/angular/issues/47603

What I find problematic is that there is no way not to use `JavaParserFacade.instances` since `JSS`s internal classes use `JavaParserFacade.get()` internally :(

Okay so I had a go at fixing this and pretty quickly stumbled upon that expect.subset, like all the other matchers, returns as type `never`. This is an issue since...

Thank you. We are already running the backends with a `heartbeatInterval` of 2.5s and `heartbeatTimeout` of 5s. It still happens, though, and our primary concern is that it also happens...

For me it does not matter anymore since I've switched to SVG.js version 2, where you don't need an export or import plugin anymore - it comes "out of the...

I meant something like a variable for that purpose - like counter but just as boolean instead of int.

I think all the error messages look ugly (if they work, because sometimes they don't).. I will try to find a better way of showing them :) So it should...

I agree though that it should not be called "join" to avoid confusion with SQL's JOIN statements. In my opinion, "sql.concat" is a better choice.