Robert Niederreiter

Results 26 issues of Robert Niederreiter

As stated here https://github.com/sde1000/python-dali/issues/10#issuecomment-141428280 it would be good to have 24 bit frame support in daliserver.

Hi, I tried to setup daliserver in a ubuntu 14.04 guest on a windows 10 host with virtualbox. The USB device filter for the VM is configured properly to access...

This is a work in progress PR addressing upcoming restrictions with foreground services as of android 12. See https://developer.android.com/about/versions/12/foreground-services 2 major improvements are implemented: * Support bound services. * Support...

WIP
core-providers

As described in #143, it would be great if devices provide the underlying file descriptor via API.

enhancement

As follow up to https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=216804&sid=ec34b06448df3af11a672114c671adfd&start=25 i decided to give custom compilation a try and ended up with this procedure https://gist.github.com/rnixx/a5fad25f181c0f985211c0cab70cae7e Basically i built the lowest possible versions of libdrm and...

Hi, it would be great if the document sections get shown in the outline view. This way there would be an overview about the document structure. By clicking a section...

- Create TCPBackend analog to USBBackend (https://github.com/sde1000/python-dali/blob/master/dali/driver/base.py#L134) - Create TCPListener analog to USBListener (https://github.com/sde1000/python-dali/blob/master/dali/driver/base.py#L197) - Create DaliserverDriver (Example https://github.com/sde1000/python-dali/blob/master/dali/driver/tridonic.py#L85) - Create SyncDaliserverDriver (Example https://github.com/sde1000/python-dali/blob/master/dali/driver/tridonic.py#L211) - Create AsyncDaliserverDriver (Example https://github.com/sde1000/python-dali/blob/master/dali/driver/tridonic.py#L240)

* Log warning in WaveObject.convert_to_mesh if texture file cannot be found instead of failing with an AttributeError. * Convert square faces into two triangle faces when parsing obj files. *...

Bulk delete implementation simply looks up delete buttons of selected items in file list and triggers click on them. https://github.com/blueimp/jQuery-File-Upload/blob/master/js/jquery.fileupload-ui.js#L638 Would be great if the delete requests get tracked and...

feature

I was wondering what's the supposed way for detecting whether a stream ends (single song or movie stream). Waiting for a read timeout not feels the right way.