Eric Yanush

Results 15 comments of Eric Yanush

I added similar code to my SiriProtocolHandler, however I took a different approach to the alert context, I added it to the assistant object. The alert contexts can then be...

I have added code to the sms plugin Eichhoernchen built to be able to read back new messages, as well as reply to them. I will upload my code and...

For anyone looking for my plugin, seeing as how the ioshack forums are unreliable and the grwh one got spammed, I have uploaded it to my git. Feel free to...

Looking more closely at the RandomDoubleExpression.java class, it appears the bounds will only be appropriately respected when the lower bound is 0, in any other case, the max bound will...

I also have this issue! It seems that swagger2markup doesn't correctly handle the case where the Oauth2 scopes object is empty. (This was also discussed on another swagger project in...

I'm curious to know what signal level would prevent the disconnects? I've flashed my two brewpiless controllers back to 3.5.1, because I found 4.0r1 too unstable (would disconnect at least...

I've encountered another issue using ProcedureKit with SwiftPM/Xcode 11. By default SwiftPM will build the libraries specified as statically linked libraries, containing ALL the code from all constituent targets. For...

@danthorpe I've setup a POC of your comment, which, while a pain, is certainly easier to manage than some of the alternatives. I've setup package repos for [ProcedureKit](SaskTel-International/ProcedureKit-Package), [TestingProcedureKit](SaskTel-International/TestingProcedureKit), [ProcedureKitNetwork](SaskTel-International/ProcedureKitNetwork)...

While I'm not sure if this is related or not, I ran into the exact same errors in a framework target after upgrading to Xcode 10.2. The error occurred when...

Ok, thanks for confirming! I'll draft up a PR to get this fixed, and add a test to ensure that code path is covered, unless you're already looking at it.