Xasin

Results 28 comments of Xasin

@rgaufman The way I handled it was by doing the subscribe/publishing from separate threads with appropriate begin-rescue wrapping, and adding a bit of manual reconnection. You could try out my...

Well, for my problem you don't really need packets to arrive in order, but I see how this could be an important feature for other applications. But if packet order...

Hm... For now I'll keep using your code. It does work plenty fine and I've had only minor problems, and as long as the internet connection isn't laggy, QOS 1/2...

I just noticed that this problem only occurs in jupyter *lab* If I do the same within a Jupyter notebook on the same machine and same versions, it works fine....

Just got the exact same behaviour on my Debian installation. I *was* able to successfully run Vivecraft when my Debian installation was Debian 9. After performing a Dist-Upgrade to Debian...

Same problem here. Upon using `Telegram::Bot::Client.run(token)`, `telegram-bot-ruby` raises `Faraday::ConnectionFailed` after a time-out. Tried with the default Farady and `net-http-persistent`, on ruby 2.4.2, Ubuntu 14 LTS Maybe Telegram changed something about...

@qu1ck the adjustability of the projector won't be of any use if the scaling of the PCB itself on the screen can't be set to a predefined value. The way...

Right click on the PCB view resets the zoom and pan *in a way that maximizes the PCB* This means that the scale of the PCB after right-clicking is highly...

One slight noteworthy change: The project uses a main file called "swirl.kicad_sch" with the main PCB file being called "swirl.kicad_pcb" It appears the code is looking for a file ending...

Hm - you're right, it appears to be an issue with projects started within KiCAD 5 I ran a very quick and dirty test on a new project generated purely...