Daniel Hobe

Results 15 comments of Daniel Hobe

Thanks. I think the threading issues are handled internally by Peewee: http://peewee.readthedocs.org/en/latest/peewee/cookbook.html#multi-threaded-applications I haven't seen any issues as I've been running this but these are not the sort of things...

Is there anything I can do to help with the merge? Keeping it synced with the dev branch takes a lot of time. Thanks!

Yeah, that's been a sticking point. Peewee added some schema editing support but I think it only support postgres. I think it would only be only changes to the schema...

I forgot to mention that I'm using Cloudflare as the VPN provider and that this seems to be the opposite of what is being asked for in #169.

I built debian packages from this branch and it seems to work well. I've been able to get the module loaded and control things with polychromatic.

Reviving this thread - What needs to happen to get this merged?

I had a second to sync this change with the main repo. I created my own fork here https://github.com/hobeone/openrazer Would it make sense to open a new pull request or...

So something like this? ``` @endpoint('razer.device.lighting.channel', 'getChannelBrightness', in_sig='i', out_sig='d') def get_channel_brightness(self, channel): """ Get the channel brightness :param channel: Channel number to get the brightness of :type channel: int :return:...

Reworked and set an initial pull request for review in #1929

I finally had time to spend digging into the difference between docker and podman. Podman takes a different (and on first blush - technically better) approach to starting containers and...