Samuel Carlsson
Samuel Carlsson
Intermittently say one in ten when closing a device that has had its two streams started, it will hang when calling `Device.Close()`. I have previously closed the two streams. I...
Upgrade pip?
Why does pip need to be downgraded to 7.x, when the latest is 10.0.1? 🤔
I'm using both the WebsocketServer and WebsocketClient. When I e.g. unplug ethernet cable with a connection open, the server has a timeout so it will eventually drop the connection, however...
In the original paper a delta-time parameter is used, this allows duration to be expressed in seconds rather that frames, and also the viscosity and velocities and other vectors can...
The original paper uses a nifty `set_bnd` function that was very easy to extend that allowed boundary conditions to be set, e.g. adding walls to the box, preventing densities (and...
When fixing a bug I added a reproducer project and discovered that if the description is empty in the package.json file like so `{"description": ""}` node-deb crashes. Not super-critial, and...
This seems awesome. Will try it out later. One thing bothers me in the readme, the naming of the `Client` class.. This normally not how the word client is used....
I'm getting `sort` got unexpected keyword argument `key`. I don't think numpy rows can be sorted like that. Looks like an awesome library otherwise!
records?
I was looking into adding `with` support, but found out records are not even working. Also error messages could be better, but that's another story. :-) I'm getting this error...