calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
gekkou 2020-11-17T04:13:03.193900Z

i cant for the life of my get code completion working for clojurescript. ive tried with and without shadow-cljs and still cant seem to get it working. ive been able to connect to a repl at least, but was really hoping i could get code completion working

bringe 2020-11-17T16:01:11.195300Z

You've made sure to connect to the cljs repl (not the clj repl)? If a browser app, need to open the app in the browser to connect. Just checking some things off the list here.

bringe 2020-11-17T16:06:17.195500Z

@pez Does much more cljs dev than I do, so he may be able to assist you further.

bringe 2020-11-17T16:10:44.195700Z

Oh, also make sure you're loading the file with the load file command.

gekkou 2020-11-17T04:13:17.194400Z

anyone have any ideas here or any github repos with examples that worked for them?

2020-11-17T20:11:03.200600Z

Guys, I managed to reproduce an annoying bug. The brackets highlighting sometimes doesn’t work. Usually it happens when I just typing code but I don’t know how to reproduce it predictably. In the video it’s reproduced by pasting some code. First, I paste the code, you can see that brackets are not highlighted, then I switch up the window and go back. After this trick everything is ok again. However, I can easily break it again by evaluating the ns form.

2020-11-21T13:56:12.223900Z

@pez so what do you think of it?

pez 2020-11-21T14:19:03.224100Z

Not sure. I am not quite following still. 😃 I know there is a bug with how sometimes only the currentöy active tab is getting the extra highlighting treatment. But there seems to be something more going on there when you evaluate the ns form.

2020-11-23T11:49:28.225300Z

It isn’t necessary related to an ns form evaluation. More often it happens when I just typing code and re-evaluate some other forms and the type something again.

pez 2020-11-23T13:58:33.225500Z

Does it matter if the repl window is visible or not when you evaluate code?

2020-11-23T15:03:20.225700Z

Yes, it’s visible.

2020-11-23T15:16:06.225900Z

I can easily reproduce it even with a simpler example

2020-11-23T15:16:24.226100Z

pez 2020-11-23T21:42:40.229100Z

Cool. I wonder why I have not seen this... Have you filed an issue? I think that with that repro we should be able to track it down.

pez 2020-11-24T12:12:29.229900Z

Awesome. Thanks!

pez 2020-11-17T20:23:27.202400Z

It's a bit hard to follow what's going on. What did it mean to switch up the window?