Florian Schäfer
Florian Schäfer
@ewengillies I agree with @mccarthyryanc : the code is Apache licensed. Just find a proper name and go ahead with option 2 and fork the repository.
@petarov Does your fork work with the mdm payload on iOS 13? If yes, which priority should be set for the mdm payload, `5` or `10`?
I've some iPadOS 13 devices that do not respond to push messages from mdm atm. I thought this was related to this...
@petarov FYI: My problem wasn't related to this library in any way.
Some devs might have to migrate away from java-apns in near future, so maybe I may recommend [_Pushy_](https://pushy-apns.org/) here. We migrated last year without any problems. There is even a...
I would like to evaluate containerssh with port forwading for a project. Can anyone point me in the right direction to build the project, please?
Thank you @janosdebugs for the helping hand! Yes, I'm sorry. I just forgot about Slack while browsing GitHub on how to build the project. Maybe something to consider for the...
@janosdebugs, well I thought the project would benefit from general build instructions. It doesn't seem that easy to build the project, but I have to admit, Go is not my...
Please see: https://github.com/KhaosT/HAP-NodeJS/blob/master/lib/Characteristic.js#L21 Shouldn't be difficult to integrate, i.e. probably just setting a custom UUID. An example of an custom characteristic AtmosphericPressureLevel can be found here: https://github.com/rxseger/homebridge-bme280/blob/master/lib/CustomCharacteristic.js#L12
Take a look at http://docs.jquery.com/UI/Tabs and search for "off-left technique".