Stefan van den Oord
Stefan van den Oord
@bpringe This problems I mentioned were a few weeks ago. I'm not sure what was going on, but when I looked at it again this week it seemed to be...
I understand that difficult decisions need to be made. And in fact I feel it's probably better to be clear about this than having it unclear like it was before....
I'm switching back to the "release" branch for the moment. There are glitches that don't have an obvious cause-effect relationship. Even with parinfer turned off: backspace sometimes doesn't work, sometimes...
Yeah sorry I could have been more precise. I've seen similar screenshots recently with red blocks and the syntax highlighter not recognizing where things start and stop (e.g. strings that...
@PEZ Yes that `await vsls.getApi()` resolves for me. I have run this scenario in the debugger, the live share guest that is. A couple of observations. ## clojure-lsp error This...
> I wish I could test it, but LiveShare doesn't work at all for me because of that promise not resolving... Are you running on Windows? You could try developing...
I also ran into this today. I'm curious to know if there is any progress/news on this. Thanks!
FYI: I'm also getting that "failed to convert sources" error, but on a different package: ``` Caused by: NullPointerException: NAME a$jscomp$578 2:4095 [length: 1] [source_file: node_modules/react-hook-form/dist/index.cjs.js] [original_name: a] ``` ---...
That `:output-feature-set :es-unstable` makes it work for me as well by the way. Is that suitable for production builds would you say?
@thheller I just tried with the new version; it gives the same error for me I'm afraid (when using `:es8`).