Artur Klesun

Results 27 issues of 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...

bug

![image](https://user-images.githubusercontent.com/5202330/127618845-ec71a209-7013-46fd-9f44-40e21b47a926.png) > 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...

type: feature request
status: todo

![image](https://user-images.githubusercontent.com/5202330/111660874-2fa68680-8817-11eb-852e-e4c83dd27996.png) Apparently it works in PSALM comments, but not in simple array keys comments. Should support in simple array keys as well.

type: improvement

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...

type: feature request

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...

low priority
type: feature request

See https://github.com/vimeo/psalm/pull/2924

type: feature request

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 ![image](https://user-images.githubusercontent.com/5202330/111473543-d31e6b00-8733-11eb-8ddd-6bcf2d23575d.png)

SUPER-HIGHEST PRIORITY!

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...