Kevin Gorham
Kevin Gorham
Looking at the source, this "two screen" login is only expected when the username contains an @ (which mine does not). If I comment out the `if self.username.indexOf('@') is -1`...
After playing with this a bit, it seems that clicking the submit button no longer works. I'm not well versed in phantomJS or even JS but adding the following temporary...
I placed the above mentioned changes into pull request https://github.com/sdimkov/hubot-skype-web/pull/28
+1 Also, "FLAG_ACTIVITY_CLEAR_TOP" is so common, it might warrant its own builder method as in: ``` new DetailActivityIntentBuilder("12345") .title("MyTitle") .clearTop() .build(context) ```
Accomplishing common things using StateFlows in a viewModel feels a little clunky and `combineStates` seems very useful for reducing some of that awkwardness. Also, that's a _fantastic_ write up @adamp!...
I'm just curious, what approach do you think will work on the iOS side, particularly for gRPC? Are you thinking to create custom Tor support for `CFStream`? After reading your...
> Please add your feedback in this thread. I just found this today and I really like it, particularly from the perspective of just trying to make the overall dependency...
It's unclear why that check fails. All tests pass locally. @drilonrecica any ideas? 
Is there anyone who can review this?
Conversation notes [Paraphrasing @str4d] : This can be handled the same way that BIP 44 detects which wallets contain funds: - specify a standard "gap" that wallets scan - _number...