Vitaly Filatenko

Results 10 comments of Vitaly Filatenko

I have much extensions installed right now. I can try to check it later on clean installation, tomorrow evening. I have latest extension version installed from GitHub (downloaded 3-5 hours...

The same isue on clean board installation. I'm pretty sure it is related to php operations with utf8 and other codepages. Some addons sometime has an issue with storing input...

As I see much users have the same issue without any reactions from ext owner... :( https://www.phpbb.com/customise/db/extension/rh_topic_tags/support/topic/166191

Hi Tierra, I don't know how much changes in this extension since phpBB 3.0.14, but some time ago I posted the solution on phpBB forum: https://www.phpbb.com/customise/db/mod/topic_solved/support/topic/88778

In our project we have encountered with similar issues on simultaneous XmppStream.Write() attempts. At the least application waits a response from XmppStream.Write() from several threads. It seems to be a...

Unfortunately, locking doesn't help. Currently we're captured `XmppStream.Write()` hanging again, with lock state. Find below a stack trace (this thread was stopped on `XmppStream.Write()`, another one on `lock` state): ```...

I was not aware that second stack trace being useful taking into account that it was stopped on our lock, but I forgot about preceding code... So, please find it...

Any progress here? And how dangerous to use `AutoPresence = false`?

It was reproduced on old version 2.1.0.710, but before creating the issue I was upgraded my project to 3.0.0.37668, and it was reproduced anyway. Btw, we're continue using of old...

Regarding to the help from my side: unfortunately I can't provide an example, because it is part of enterprise solution, and file explorer addin uses licensed component which I can't...