cursive

Issues at: https://git.io/cursive-issues
cfleming 2020-11-28T01:35:42.284300Z

I don’t think I did it on purpose in Cursive, it’s probably just an artifact of sub-elements in the AST being indented by default. I’d have expected 2 spaces rather than 4, though.

imre 2020-11-28T07:48:26.284500Z

My personal preference would be to have no indentation for these: a) they belong together b) that would match my teammates' spacemacs default formatting 😁

✔️ 1
lilactown 2020-11-28T16:27:46.286Z

hi! I had a user report an issue when using Cursive with my library: https://github.com/lilactown/helix/issues/79

lilactown 2020-11-28T16:28:30.287Z

it looks like the CLJS analyzer is throwing on "stub generation" due to a require that looks like ["react" :as react], which AFAIK is a perfectly valid require

lilactown 2020-11-28T16:28:51.287400Z

should I tell them to follow up here, or is this a #cljs-dev issue?

cfleming 2020-11-28T20:51:25.287700Z

I’ve asked them for the version of Cursive they’re using, I think this is fixed in the latest version.

1