Brandon Ringe

Results 163 comments of Brandon Ringe

> But I haven't figured out where the search param is being turned into a regex. That's happening in cider-nrepl here: https://github.com/clojure-emacs/cider-nrepl/blob/d219ce610d9030108c273fab933538fb3b24d8be/src/cider/nrepl/middleware/util/coerce.clj#L42. `re-pattern` is used.

I tried a couple of things that didn't work, but here are the nrepl logs for those tries: Changed the `test` function to this: ```typescript test(ns: string, test: string) {...

I suppose it's possible that the encoding is doing something to the string so that when it's decoded by cider-nrepl it's not actually the string we expect. Seems unlikely that's...

https://github.com/clojure-lsp/clojure-lsp/issues/120 Here's a related issue but it looks like it was believed to be fixed. However, it must not be.

Might just be on Windows. I'll test when I can get to this, if no one else does before me.

Has anyone seen this in a while? If not, I think we can close this.

Yes, I've tried those options, but it seemed to only update the files in the `font` and `css` directories. I'd like it to update all the files, including `config.json` and...

I'd like to suggest using `clojure.core/ns-unmap` to unmap the vars def'd by snitch, rather than setting them to `nil`. My reasoning is that while using snitch, once vars have been...

Hey @hlship. I believe I've signed the contributor agreement in the past. Do I need to sign it again? Also, did you mean to close this PR?

I signed the contributor agreement (maybe for a second time) anyway. Let me know if you need anything else.