Pavel Grochal

Results 7 comments of Pavel Grochal

What is the kernel version and Android sdk version of the device that is having problem. We issued the same problem but only on some devices. Can you try other...

Ok, so our error is caused by bug in Android build that somehow removed list of ciphers in the org.apache.harmony.xnet.provider.jsse.ClientHandshakeImpl class (and dependent ones). The TomTom Bride got update that...

Try to use self.logger.warn() or self.logger.error() to see if the problem is with "log_level" configuration or somewhere else.

What is needed to port Component to asyncio? I was digging in it and it seems to me that only run() loop `while True:` needs to be taken care of....

Apparently this bug is still a thing. I'm running Android app v. 4.36.0.38053 and v. 3.8.7 server. And like others mentioned, after using OAuth screen to login to RocketChat, it...

In my case I have some rule like: `verse = (verse_open block verse_close) / block` and then the implementation of visit_verse is messy because I need to check how to...

I had exactly same issue. I solved it by adding line to _config/enviroment.rb_ on the end of the file ``` ActionMailer::Base.default :content_type => "text/html" ```