Results 9 comments of Pierre Depaz

Hey, I'm having the same problem. @ifeghali Did you try with another amplifier module?

Hey @ifeghali I had the same issue and I changed the power supply. The Arduino Nano I'm using supplies around 4V and by using a 9V battery or a step...

Hi @miku , thanks for the package! Would definitely find it great as well to extract nested structs to their own types. Thanks!

Also happy to offer a PR if you point me in the right direction!

Hello! Wondering if there's any updates on this? I would like to have LS do a HTTP request at the end of each track. I'm currently doing it by having...

Sounds good! yes, for now I'm doing a workaround with `source.on_end` and it works well, albeit with some slightly unpleasant edge-case handling ;)

Hi! Sorry for the (very long!) delay, @YaroslavPodorvanov 's suggestion makes sense, happy to change the PR to implement it. That being said, the current PR allows for the extraction...

@miku yes, my use case is to manipulate the structs from the XML, so read/write. I guess I was trying to have the best of both worlds by only extracting...

Hey! I had a similar issue. In my case, it was because of a version mismatch between chromedriver and chrome. Fixed it by upgrading to [chromedriver v2.36](https://chromedriver.storage.googleapis.com/index.html?path=2.36/).