Dennis Schridde

Results 216 comments of Dennis Schridde

I contacted GitHub support to detach the repositories. Will keep you updated about the progress. I also pushed a few updates to my repository, which I had been running on...

GitHub just detached my repository.

@priyadi I think we can close this, if you would re-parent this repository. There should be nothing left to do after that.

@diditopher Sorry for taking such a long time to merge your patches. And thanks again for those!

I use this configuration: ``` php $rcmail_config['converse_xmpp_bosh_prebind_url']= function($args) { return 'https://xmpp.domain.tld:5280/http-bind'; }; $rcmail_config['converse_xmpp_bosh_url']= function($args) { return 'https://xmpp.domain.tld:5280/http-bind'; }; $rcmail_config['converse_xmpp_hostname']= function($args) { return 'domain.tld'; }; $rcmail_config['converse_xmpp_username']= function($args) { return $args['user']; };...

The `build/HOWTO.md` is just for customising or updating converse.js. The `converse_xmpp_hostname` is the domain part of your JID. E.g. if the JID is `[email protected]`, you set `converse_xmpp_hostname` to `tristank.de`. Using...

Port TCP:5000 seems to be used for discovery. For control, timing and data, randomly allocated UDP ports are being used: https://github.com/juhovh/shairplay/blob/ce80e005908f41d0e6fde1c4a21e9cb8ee54007b/src/lib/raop_rtp.c#L182-L223 There currently appears to be no way to fix...

OpenConnect is not anymore available in F-Droid at all.

This is similar to request No. 4 in https://github.com/felixhayashi/TW5-TiddlyMap/issues/217#issue-145573597

PATCH: ``` diff diff --git a/bitcoin.rb b/bitcoin.rb index 81d7b9f..119d1c6 100644 --- a/bitcoin.rb +++ b/bitcoin.rb @@ -45,6 +45,9 @@ module Bitcoin # This is a workaround; URI needs escaped username and...