Diego Rondini

Results 28 comments of Diego Rondini

Don't know if you use a Load Balancer, but the cause may be the Atmosphere Websocket having a renewal time longer than the Load Balancer timeout: https://github.com/vaadin/flow/issues/7553#issuecomment-601673781 https://vaadin.com/forum/thread/17902613/communication-problem-invalid-json-from-server-1-x Either decreasing...

@ctron are you able to implement the requested changes?

Probably the best option would be a config file, otherwise it would be impractical to specify different headers for different URLs. See for example: https://github.com/orgs/github-community/discussions/14773#discussioncomment-2679987 https://github.com/tcort/markdown-link-check#config-file-format

I was using `cargo install` in the meantime, but of course it's not convenient for a pipeline. Thanks for uploading the binaries. Remember to update the curl in the README,...

Yes, that sounds like a sensible idea, and matches what others similar projects are doing: https://github.com/tcort/markdown-link-check#config-file-format

Sample problem here: plugin works in the main `build.gradle`, but doesn't work with the same code on a separate `s3.gradle`.

Yep, same issue. Also reported in: https://github.com/docker-practice/actions-setup-docker/issues/34 and: https://github.com/docker-practice/actions-setup-docker/issues/24

Probably even 300 would be enough. Often it takes just a bit more than 180 seconds: ``` + '[' 184 -gt 600 ']' + /Applications/Docker.app/Contents/Resources/bin/docker system info + (( i++...

I am quite convinced this is related to compiler / compiler tools version. Gcc 12 for sure has this issue. I've been able to build EDID with correct length using...