Tomáš Brejla
Tomáš Brejla
I too am hitting this issue. It's strange, for a while, reveal behaved correctly. Then it started outputting similar messages instead of the output. Is there anything in particular to...
I'm affraid nrepl messages might be full of rather internal project stuff. I have somehow anonymized it and here it is (at the very end): Not sure if the output...
It's still likely that it might be really what `rbeesley` said: > I definitely saw something like this when things were slow in connecting and starting up. Btw @alomew, @phronmophobic...
Just checked whether this is issue valid even for 1.19.0 and yes, it is. It's not a big issue as there is a workaround, but it might still be interesting...
@refset the performance seems to be the same for `or-join`. I've modified the repro snippet ^^^ and added `or-join` case (+ more recent performance numbers. The slow query used to...
update for 1.21.0-beta3 : the repro case is still slow.
1) Do you have any proposition regarding how to restructure the code? Currently the `md/-get-links` returns shape like this: ```clj ["OrderLine" #{"Burger"}] ``` ... so perhaps it might be changed...
Same thing happens on my Ubuntu Budgie 21.10 system. The workaround seems to be simple: resize the window. After explicit resize, the window content gets rendered correctly and app starts...
Basically an additional call to something like... ```clj (window/set-window-size 640 400) ``` .. in `user/make-window` is what's needed to fix the app startup on my linux distro.
Nice, you should mention that in your article. While it might be obvious for some, it may not be that obvious for many. Btw I had to use `"--no-cache-dir"` jsx...