Artur Klesun
Artur Klesun
Hello. Sorry if this happens to be the problem in IDEA or JxBrowser, not in your plugin. I start IDEA with internet acces [forbidden in iptables](https://askubuntu.com/a/423105/306771). The thing is, IDEA...
 > Consider this ctor. > > When I instantiate this class, I don't get suggestions of ro-user or ro-password for $config array (first argument) See https://php.watch/versions/8.0/constructor-property-promotion#:~:text=Constructor%20Property%20Promotion%20is%20a%20shorthand%20syntax%20to%20declare%20and,additional%20code%20within%20the%20constructor. For time being...
Currently, there is [`COMMENTED_MAX_LEN`](https://github.com/klesun/deep-assoc-completion/blob/efda940a81078aa9af5fe33666ae60d325aec6aa/src/org/klesun/deep_assoc_completion/completion_providers/AssocKeyPvdr.java#L40) constant of how many characters can be displayed in the "tail text" of a completion option and this space is also split between the value preview...
 Apparently it works in PSALM comments, but not in simple array keys comments. Should support in simple array keys as well.
Originally requested in https://github.com/klesun/deep-assoc-completion/issues/162#issuecomment-675152123 Quoting @zmitic: ______________ There is one minor issue, probably irrelevant. Because of nested-set requiring its own parent repository (not one from example under), I put code...
https://github.com/vimeo/psalm/releases/tag/3.3.1 Requested by @andrew-demb Due to me ~being lazy~ trying to make it smart and stuff I never managed to finish implementing this for many months, but I'll try my...
See https://github.com/vimeo/psalm/pull/2924
As I found out today, the caching does not work on non-https pages because `crypto.subtle` is only available in secure contexts, and I use it for sha256 hash of compiled...
https://github.com/swc-project/swc 
Some [articles claim](https://visualstudiomagazine.com/articles/2020/05/14/typescript-3-9.aspx) that typescript got a compile speed boost in 3.9, should try it out. Though the boost could be only related to type check, not the bare transpilation...