Patrik Ragnarsson

Results 301 comments of Patrik Ragnarsson

@chrispat can you comment on the last part of my post, how would one debug an issue like this if it happens again? is it possible for GitHub Actions to...

@docwho76 The operating system might continue to supply package updates after that date, which might explain why this hasn't been a priority here. For example, the collectd package in Ubuntu...

Something with Intelligent Tracking Prevention? https://webkit.org/tracking-prevention/

Looks like there's a bunch of things to investigate for JRuby support: https://github.com/sinatra/mustermann/runs/7393804603?check_suite_focus=true#step:4:1

"unexpected status code" error is also reported when the regex check doesn't fail: ``` $ httpunit https://www.google.com/foo 216.58.209.132 200 Error 1 of 1 done in 211.893315ms ==== https://www.google.com/foo: https://www.google.com/foo IP=216.58.209.132...

Report both cases? I guess it would look like ``` $ httpunit https://www.google.com/foo 216.58.209.132 200 asdf 1 of 1 done in 199.789431ms ==== https://www.google.com/foo: https://www.google.com/foo IP=216.58.209.132 (200 R) ERROR: response...

I had the need to do thousands of requests to an API, and check the output on 200 responses. When the regex didn't match, I was not able understand if...

My need is not that pressing (my task was a one-off thing), so to be honest, it is unlikely that I will be writing an PR for this right now....

Couldn't find much info about this change, and the old way still work for me with selenium-webdriver 3.6.0, so I dug up this commit about it: https://github.com/SeleniumHQ/selenium/commit/f8fe55e4b1ed3b57469d255807a6b759137af3a2#diff-52715aa3ed42ed34c09e66d1aea9d483

I like the general idea of supporting StatsD, but I'm not sure how we want to do it. Carl probably has some opinions, and maybe @jage has some ideas too?