Mateusz Mazurczak

Results 6 issues of Mateusz Mazurczak

Add the first-ever Rich Hickey Clojure talk

For some unknown reason after updating to the newest version of antq I get this error, that is not coming from antq itself in the code, it is from the...

Hi, is there an option to sort dependencies in a ns require? (ns my-ns (:require [b.c.d.e] [a.c.d.e] [a.b.c.d]) --> (ns my-ns (:require [a.b.c.d] [a.c.d.e] [b.c.d.e])

I get a message "If you don't want to ... to be marked as misspelled in the future you can add it to your personal dictionary." And here comes the...

**Describe the bug** The problem is that when renaming the same function twice, lsp loses track of its length, making the second rename not applied or applied incorrectly (e.g. mixing...

bug
editor

If there is list in list it will not be shown after compilation. e.g.: - first version - a - b - second version - c The points "a, b,...