Theo van Hoesel
Theo van Hoesel
This works fine: `alerter -message "Choose pill" -actions "Blue","Red" -dropdownLabel "Colour" -closeLabel "No Thanks" -json` but the moment you do not pass `-closeLabel` (with the label string), then only the...
do: `alerter -message "One" -timeout 30 &` and then a bit later: `alerter -message "Two" &` results to: `@TIMEOUT@CLOSED` and only the last one, if you would do this with...
The following are not the same: https://github.com/opentracing/specification/blob/master/specification.md#note-required-formats-for-injection-and-extraction https://opentracing.io/docs/overview/inject-extract/#required-carriers
Hi, I thought this would be a nice 'christmas present' for all the Homebridge Twinkly users. With this Merge Request, you will get the color wheel into the HomeKit characteristics....
A proposal to make writing better API servers with Dancer2... As I recently have worked with Dancer2 and trying to use it as a REST or RESTful API-server, I encountered...
response_403 says "Unauthorized" It must be: 401: Unauthorized 403: Forbidden The whole list can be found at: http://en.wikipedia.org/wiki/List_of_HTTP_status_codes for those that hate RFCs. Since back in the '90s the were...