Brandon Ringe

Results 47 issues of Brandon Ringe

I gave this a shot, but I couldn't get custom snippets to work. I successfully toggled some other settings so I know my config file is getting picked up. The...

bug
lsp

https://app.circleci.com/pipelines/github/BetterThanTomorrow/calva/5349/workflows/35d49d95-ef97-4df6-bb65-cd00a5d3ec17/jobs/23905 1) Scanner simple tokenizes literal characters tokenizes literal unicode characters: Property failed after 83 tests { seed: 2143097431, path: "82:13", endOnFailure: true } Counterexample: ["\\
"] Shrunk 1 time(s)...

bug
parsing

With the following pprint settings: ```json "calva.prettyPrintingOptions": { "printEngine": "pprint", "enabled": true, "width": 120, "maxLength": 50 } ``` And the following function defined in .cljs file: ```clojure (defn promises [n]...

pprint

Lately I've been noticing clojure-lsp seems to be not updating diagnostics (linting) sometimes, so I restart it. Multiple times I've seen it stop but not start back up when I...

bug
lsp

This would be helpful in projects using polylith, for example, in which people normally want to jack-in using the top-level deps.edn file. I think it would be a path relative...

jack-in
developer ergonomics
monorepo

I'm not sure if this is something that should be integrated into Calva, or left to devs to know about and add to their own REPLs, but it's really interesting....

debugger
debugging

If you run "drag sexp backward" on this form, with the cursor after `bar`: ```clojure (let [{:keys [hello world foo bar]}]) ``` Actual: ```clojure (let [{:keys [foo bar hello world]}])...

paredit

With the below code, if I place my cursor after the closing `]` for the let binding form and hit enter, the cursor ends up where denoted by `|` which...

formatting

I'm making this as a reminder to address this: https://github.com/BetterThanTomorrow/calva/pull/1602/files#r830554919. I don't have time to address it right now, but an issue is better than nothing 😄 . @corasaurus-hex did...

lsp

This isn't my tool, but I remembered learning about it and couldn't remember the name, and came to this project looking to see if it mentioned it, so I figured...