Paul Anton Letnes
Paul Anton Letnes
Hi, I've `pip install aws-shell` today on python 3.7. When I hit `winpty aws-shell` in git bash on Windows 10, the `aws> ` prompt appears; everything looks fine. After running...
I'm able to segfault my python interpreter by this simple function call: `mscl.BaseStation()`. This should raise an exception instead. ``` In [7]: bs = mscl.BaseStation() --------------------------------------------------------------------------- NotImplementedError Traceback (most recent...
These changes makes `qdupe` run under python3 on ubuntu 16.04. Some future imports also help ensure python 3 compatibility going forwards. If python 2 compatibility is not an issue, one...
Hi! Thanks for a performant and useful SFTP implementation. Beats the other libraries I've tried out there. Feature request: I've tried to enable compression but can't seem to find how...
We're currently using `serial` as a C++ library in a project that doesn't use python or catkin. We've been able to build the library by removing some of the `catkin`...
I have noticed several people asking about this online, myself included, so I wrote some fortran snippets. I hope this could be added to snipmate proper.