tnarik

Results 8 comments of tnarik

I'm currently monkey-patching on my application to get the power. Wasn't sure how you want to handle this. In my case I'm mainly using a Peripheral and then manipulating the...

Had to do this: ``` thing.advert.props['org.bluez.LEAdvertisement1']['Includes'] = [] old_getall = Advertisement.GetAll @dbus.service.method('org.freedesktop.DBus.Properties', in_signature='s', out_signature='a{sv}') def new_getall(self, interface_name): # print('CALLING THE PATCHED 2') response = old_getall(self, interface_name) # Our patch if...

Let me try to produce a PR during the weekend.

Yes, the issue is the version of tensorflow. It would be great if the project included a `requirements.txt` file or similar to ensure consistency. Failing this, you can easily to...

@psamin, You could easily create a new layout (I was thinking on doing that) which would take something like (one of them): ``` layout venv python2 layout venv python3 layout...

please, @bubenshchykov , merge this, as it is a very simple change that mostly just add the new additional option supported by the actual ngrok client to this library. Patching...

perhaps I'm misreading the documentation ( [https://github.com/golang/go/wiki/Modules#gomod](https://github.com/golang/go/wiki/Modules#gomod) ) or this issue, but I think 'replace' only applies to the top level module, and so `replacements` in `hugo.toml` (for instance) is...