Filipoliko
Filipoliko
Hello, we would benefit benefit from this feature also. We have CSS styles, which are changing at several specific breakpoints, which are usually matching some specific devices (small mobile, mobile,...
Hi, thanks for advices on how to write this feature. I created a pull request and any feedback is welcome #751
I think, that all checks for the pull request should be passed now (i did some updates), but for some reason, sometimes the download of node does not finish and...
Thanks for your feedback, i updated the code with requested changes. Hopefully, everything is allright. Although, I did not add support for --html-report-only , since it is unclear right now,...
Hi, just ran into this issue with Windows 10, `git-cz` v4.7.1 and `cz-conventional-changelog` v3.3.0. Has this not been fixed yet?
@homm I went with a bit ugly while loop to solve this. ```bash while true ; do kubectl logs job/foo -f 2>/dev/null && break || continue ; done ``` Note,...
Since Playwright is trying to be more testing-friendly, it would be really great to have real mobile device support. More and more users are coming to our websites from mobile...
@arjun27 - They are usually some very specific (and kinda weird) use cases, typically on iOS devices. One current bug on our website, that is discoverable only on real iOS...
@stephenhillier I've been thinking about a special value of `path`. I was thinking `other`, `unhandled`, or even `None` could be nice. ``` http_requests_total{app_name="api",method="GET",path="other",status_code="404"} 1.0 http_requests_total{app_name="api",method="GET",path="unhandled",status_code="404"} 1.0 http_requests_total{app_name="api",method="GET",path="None",status_code="404"} 1.0 http_requests_total{app_name="api",method="GET",path="__unknown__",status_code="404"} 1.0...
I just noticed, that this has been proposed by @unional but it did not get any hype at that point of time. Maybe it will work out this time? There...