Igor B. Poretsky

Results 12 comments of Igor B. Poretsky

As soon as personally I use Android, I've got used to it, and it seems to me pretty logical: The button reads "Tx" and green color means that transmission is...

I've come across this as well on my local instance. Then tried yewtu.be and got just the same result. Here is the trace log: Title: `Missing hash key: "navigationEndpoint" (KeyError)`...

Curiously, but I tried to search for "darmok" on yewtu.be and on my local instance and ended up just with normal result, no error. And, if read this error message...

Everything is just the same as described in the referenced issues #6468 and #6467. On my GitHub account I have a repository that is actually a fork. My local git...

In fact, I don't treat it as an issue. Technically, control of the stressed vowels length is not impossible, but I do not plan to implement it, since like you...

Thus, they should decrease speed when using dictionary. What the problem? Concerning a hint where to look, I'd suggest module speechrate_control.c. Its name itself serves as a suggestion. Or, maybe...

No, this call is followed by notifyDataSetChanged() as it should be and onServiceConnected() callback itself works in the UI thread. But I cannot find a clue. The backtrace cited doesn't...

Not having an information about exact event that caused the problem, I dare to suggest following reasons based on the available data anyway. The textmsgAdapter in MainActivity is initialized by...

Another solution is to keep a copy of the messages list in the adapter.

Yes. And invoke textmsgAdapter.setTextMessages(ttservice.getChatLogTextMsgs()) before textmsgAdapter.notifyDataSetChanged() in MainActivity. And in addition I'd recommend to add textmsgAdapter.notifyDataSetChanged() after textmsgAdapter.setMyUserID(my_userid) in the MainActivity.onCmdMyselfLoggedIn() method.