Kevin Gorham

Results 36 comments of 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? ![Screenshot from 2020-09-30 21-27-25](https://user-images.githubusercontent.com/1699841/94755835-d380a080-0363-11eb-9051-6e7cb6f87a29.png)

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...