Pekka Pöyry

Results 6 comments of Pekka Pöyry

I've also seen quite a few similar connection errors from our CircleCI builds. My current solution for the issue has been running `codecov` like this: ``` codecov --required || (sleep...

Nice job figuring all that out! It's always nice to see people doing something similar I did. If you create a pull request with that information I'll happily merge it....

Thanks for the reply, it's nice to know what tools can be used if I decide to continue reverse-engineering the protocol. I want to test out how those tools work,...

I wanted to see flamegraph visualization for the requests so I ported [djdt-flamegraph](https://github.com/23andMe/djdt-flamegraph): https://pypi.python.org/pypi/flask-debugtoolbar-flamegraph

Nope. I don't have the code anymore On Fri, Jan 13, 2023, 01:34 Torinth ***@***.***> wrote: > Hi is there any possibility of seeing some code examples on how to...

I used this one: https://github.com/libusb/libusb On Mon, Apr 3, 2023 at 4:35 PM Rick van Modem ***@***.***> wrote: > Do you maybe remember which library you used? I've tried so...