Jaromir Obr

Results 86 comments of Jaromir Obr

I can confirm that WebKit freezes if you start it in a docker container (guest) based on Ubuntu 22.04 on a host with Ubuntu 20.04. It works well on guest...

The same issue in bash on Ubuntu 20.04. `direnv allow` works with version installed over `sudo apt install direnv` and doesn't work with snap package. - snap direnv: v2.18.2 -...

Confirmed that when I press Enter at the end of the "line a" and run "Format document", the blank line is removed. ```rust fn main() { println!("line a"); println!("line b");...

@lnicola `rust-analyzer` extension looks promising and code formatting doesn't suffer from this bug, thanks.

My experience with Ubuntu 21.04 (kernel 5.11) is that resume from S3 stopped working (black screen). I had to switch kernel to 5.10. See https://gitlab.freedesktop.org/drm/amd/-/issues/1503#note_947960 Other things seems to work...

@Phault It seems to be #5068

Fixed in https://github.com/codeceptjs/CodeceptJS/pull/3401

Cannot reproduce, tested with Ubuntu 22.04 (x86_64), NodeJS 14.20, CodeceptJS 3.3.5, [email protected] (with `default.json` with your data), I used your test and the CodeceptJS config. I run the test using...

Added an example into Playwright's docs, it's my use case for `_createContextPage`