Phillip Mates

Results 66 comments of Phillip Mates

https://trac.webkit.org/wiki/WebKitEmacsTips explains a bit at the bottom about a `config.h` headers issue, maybe that can help you get unstuck? There is also some related material (for emacs) in https://blogs.igalia.com/vjaquez/2020/11/26/notes-on-using-emacs-lsp-ccls-for-webkit/ That...

I have this issue as well and I think it is something to do with https://github.com/hkupty/iron.nvim/pull/160/files#diff-84aa2c479219a776d99bf50f3c91fe15R54 (or related changes) If you point the plugin to a version before that PR,...

I also had to revert https://github.com/hkupty/iron.nvim/pull/159 given that https://github.com/hkupty/iron.nvim/pull/159/files#diff-84aa2c479219a776d99bf50f3c91fe15R193 was somehow also having `nil` issues

Hi there, I wasn't able to reproduce the `Unhandled clojure.lang.ArityException, Wrong number of args (3) passed to: clojure.lang.PersistentArrayMap` issue, but https://github.com/nextjournal/clerk/pull/128 is a potential way forward to the `Multiple definitions...

In a similar vein, so I'll mention it here: I'm curious if there is an option for watch mode to only run tests affected by changed namespaces? This is the...

wanted to chime in that `clojure-lsp` supports this https://github.com/clojure-lsp/clojure-lsp/issues/762, so perhaps us clojure users can defer to that tool instead of implementing it here

related to this issue is https://github.com/alexander-yakushev/compliment/pull/88, where the list approach in https://github.com/arichiardi/compliment/commit/d6e7b40c892006178c1c25749351ecffd59bdf92 excludes the potential for user-defined sources to be considered in cider-nrepl completion suggestions

hmm, I probably won't dive into this again myself; I was curious about the possibilities but don't use the setup myself

Hi, I recently ran across some potentially related tree-sitter [Clojure form extraction issues](https://github.com/Olical/conjure/issues/444) in the presence of the [more general metadata reader form `^{...}`](https://clojure.org/reference/reader#_metadata). I wanted to mention it here...

A while ago I tried to come up with something prettier than the str interpretation of the function but didn't get very far. I remember considering making pred a macro...