Pasi Eronen

Results 5 comments of Pasi Eronen

Further bisecting points to commit 28924678, and this line in particular: https://github.com/microsoft/playwright/commit/28924678397cb01001096fa4c2df0d4b46b73dc3#diff-e29aa8067f8fe0e63272392dfa682ea47cf92ec4257dffbd725f6c4992f48896R654 If I don’t have a beforeAll hook, this line is run once (after the test has finished). If...

@dgozman Yes, it looks like this is already fixed in `@playright/test@next`. Thanks!

Outline of a possible fix: - In index.js `wrapMethods`, also wrap `regenerate` (same way as `reload`) - In the wrapped `save` method, set `originalId = this.id` (so that `isSaved` returns...

I've just spent couple of hours debugging pg-query-stream related issues, and I think this bug is also the root cause of issues people are having with pg-query-stream. In QueryStream._read function...

This seems to be a weird corner case where jaxb-ri behaves different from e.g. Eclipse Moxy JAXB implementation. Not sure if it's a bug or not, but I finally got...