z-br

Results 12 issues of z-br

Setting the OnConnection listener on the MQTT Transports breaks subscriptions, because the library relies on it, so it is impossible to get notifications about disconnect. For disconnects, it is possible...

Azure, and specifically IOT Central, supports numbers/strings/bools as direct method payloads, which don't work in the marshaling layer here. One option would be to defer marshal/unmarshal to the implementer of...

Because of how The Direct Method handler is implemented, there is no opportunity for asynchrony without blocking concurrent or future direct method requests. Ideally, instead of : ``` type DirectMethodHandler...

It would be really great if the logger could be initialized with the client, rather than shared globally. We use many clients in one process and sometimes just want to...

help wanted

Any way to measure a wrapped string before drawing? I'd like to reduce font size until it's smaller than Y.

I tried added shadow on my UIButton's NSAttributedString and it gets clipped no matter what I try. I looked through the issues and repo and it looks like there used...

I get this error in Xcode 6: error: could not read data from '/Users/xxxxx/tmp/DMDynamicWaterfall/Project/DMDynamicWaterfallDemoTests/DMDynamicWaterfallDemoTests-Info.plist': The file “DMDynamicWaterfallDemoTests-Info.plist” couldn’t be opened because there is no such file.

I get this error: [!] Unable to find a target named `Demo` Opening '/private/tmp/CocoaPods/Try/DMDynamicWaterfall/Project/DMDynamicWaterfallDemo.xcworkspace' The file /private/tmp/CocoaPods/Try/DMDynamicWaterfall/Project/DMDynamicWaterfallDemo.xcworkspace does not exist.

The examplee image in the README.md doesn't work any longer

I'm trying to load the urlrewrite.xml dynamically, in this case from a servlet that translates Jade into XML under the url /urlrewriteconfig. Since filters are loaded before servlets (I'm guessing...