Johann Bauer
Johann Bauer
Hey, I just received my Badgy Rev 2C a few days ago. I tried to modify the "Hello" sketch but had issues uploading it onto the device. The connection was...
This is the last SSL-connection message in the log: ``` [27/10/2015-09:36:47] SSL XX.XXX.88.65:49605 1 2.4.4 ``` It's `Tue 27 Oct 21:28:38 CET 2015` right now which means the server didn't...
This updates the included WebKitGTK version from [2.4.10](https://packages.ubuntu.com/xenial/libwebkitgtk-3.0-dev) (released 2016-03-14) to [2.20.5](https://packages.ubuntu.com/xenial/libwebkit2gtk-4.0-dev) (released 2018-08-13). Newer is not always better but a lot has changed in the web in the last...
This is my attempt at solving status-im/nimbus-eth2#2210. Currently, it's not possible to supply an IPv6 listen address. It fails like this: Error: unhandled exception: /home/pi/nimbus-eth2/vendor/nim-chronos/chronos/transports/datagram.nim(488, 13) 'remote.family == local.family' [AssertionError]...
While trying to run the example from the README: ```python from sclib import SoundcloudAPI, Track, Playlist api = SoundcloudAPI() # never pass a Soundcloud client ID that did not come...
Using this example: ```python import easyargs @easyargs class Foo(object): """This is some help""" def foo(self): pass def bar(self, baz): pass Foo() ``` Calling this from either Python 2.7 or 3.6...
This will build [manylinux2010](https://www.python.org/dev/peps/pep-0571/) compatible binary wheels for Python 2.7, 3.4, 3.5, 3.6 and 3.7. Manylinux2010 binaries will work on almost any Linux-based system with a C library from 2010...
Hey, since it's not trivial to find and build a rocksdb version that works with this library, it would make sense to publish binary wheels on PyPi that include rocksdb....