Roland Tapken
Roland Tapken
In ice/cli/runner.py: ``` def should_use_user_override(self, override): if override is None: return False if override == "": return False if not self.filesystem.path_exists(override): logger.warning("config.txt specifies a Steam userdata directory that doesn't exist....
This PoC assumes that the document root is writable by www-data, which is hopefully not the case for most installations. A more reliable test would be to write the file...
I've tried to build the branch release/4.3 on Ubuntu 21.04 following the instructions in https://gitlab.linphone.org/BC/public/linphone-desktop/-/blob/master/README.md, but the build fails on EP_openldap: ``` [ 87%] Performing post-installation for 'EP_openldap' [ 87%]...
From FileAccessServiceImpl.java: ``` public File getDefaultDownloadDirectory() throws IOException { if (OSUtils.IS_WINDOWS) { .... } // For all other operating systems we return the Downloads folder. return new File(getSystemProperty("user.home"), "Downloads"); }...
When I try to start the service registration for Youtube Music I get the following debug output: ``` (SONOS)__connectAddr: connected to socket(0x5598516331a8) (SONOS)Connect: SSL handshake initialized (SONOS)Connect: /CN=upload.video.google.com (SONOS)SendRequest: POST...
I have added the methods of java class `Number` to `OnOffType`. This allows items of this class to be used as drop-on-replacement for numeric types in scripted rules: ``` if...
I'm failing to use the FreeAtHome addon with OpenHAB 2.5.5. I've tested on a clean default installation on Raspberry Pi. The log says: ``` 15:30:33.126 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'freeathome:bridge:e144bd48'...
This patch introduces a new option called '$ignoreNode' that can be used as a callback function to dynamically exclude nodes on 'toJS'/'toJSON' calls. Signed-off-by: Roland Tapken
# [serial] Added TCP and binary protocol support to serial binding I have added some features to `org.openhab.binding.serial` which might be interesting to be included in the main branch. 1....