Oleksandr Yakushev

Results 112 comments of Oleksandr Yakushev

I've never seen anything atom-related showing up in the profile of `ring-handler`, so I don't think this would give any visible improvement.

Thank you for the prompt response and the solution!

Hey, just FYI, `compliment 0.3.9` implements locals completion for unfinished forms. There were no breaking changes since 0.3.6, so it should be a straightforward bump.

Unfortunately there is no source←→context interaction at this point, but I'm willing to have it. If you have an idea how to suppress other sources when one source matched the...

I'm all for it 😄 Can we perhaps call `ex-triage` if running Clojure 1.10+?

So everything that comes from `deftype` implements `IType`. Can we be reasonably sure that noone implements `IType` on their own?

That's a neat idea, Victor! I also don't like the fact that typetag-based completion doesn't work when being threaded. Unfortunately, we cannot do macroexpansion in context parsing – because that...

Oops, sorry, I didn't look at your suggestion carefully enough to see that you are only macroexpending the threading form. That's much better. However, if this is already close to...

If you submitted a PR, it would be almost instant:) Otherwise, I'll have to find the time to look into it.

Yes, you can try to resolve `->` symbol in the current namespace to see if it's not rebound to something else. And yes, you can't really know if it's not...