Artur Klesun
Artur Klesun
Tried enabling plugin again today, got more info after the 5 minute hang, HTH:       ``` Failed to initialize IPC. Remote process doesn't respond. com.teamdev.jxbrowser.chromium.internal.ipc.IPCException:...
I have same `[0610/133415:WARNING:channel.cc(549)] Failed to send message to ack remove remote endpoint` isssue on Build#IU-181.5281.24, Xubuntu 18.04. I can reproduce it by opening two tabs: one with some `.md`...
After 5 minutes of freeze I get this stack trace: ``` Failed to execute shutdown post message. com.teamdev.jxbrowser.chromium.internal.ipc.IPCException: Failed to execute shutdown post message. at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.c(Unknown Source) at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.stop(Unknown Source)...
Hi. Mixing PSALM syntax with expression syntax this way is not supported. If you want to use typing from both domains, one possible way would be to define it like...
> privacy_level: DocumentPrivacyLevelEnum::LOW | DocumentPrivacyLevelEnum::MEDIUM | DocumentPrivacyLevelEnum::HIGH Is this a legit [PSALM syntax](https://psalm.dev/docs/annotating_code/type_syntax/array_types/#object-like-arrays)? If not, I don't think it's a good idea to try adding our own customizations to the...
> is that possible it would be outside the quotes? That would be a good improvement to the plugin behaviour. I would gladly accept such PR. You can probably look...
Hi. Sadly no, need a PR.
Hi. `ArrayAccess` completion is not supported. See https://github.com/klesun/deep-assoc-completion/issues/102 Need a PR or something for this feature.
You could possibly trick the plugin into thinking that `$app` is an associative array by doing something like this: ```php /** @var $app = ['twig' => new \Twig\Environment()] */ $app...
Wow, that looks bad. Is this 10000+ lines of code class proprietary? If not, could you share it? I'm afraid the only option for you now is to disable `deep-assoc-completion`...