Bastian Steudel

Results 14 comments of Bastian Steudel

I like the idea of moving the docs out of the hover. I am currently using the Docs View Plugin to display them in a separate window and make them...

Just tested that on Windows EventMouseMove is received regardless of whether the window is focused or not, as long as the cursor is above the visible part of the window....

Windows has the WM_MOUSELEAVE event. When the mouse enters, it generates WM_MOUSEMOVE events again.

Hey, thanks for your response! Just wanted to note that slurping ignored forms works with clojure-lsp (using paredit functionality from rewrite-clj i think). however dragging using lsp also has a...

I am using the toolkit in a clojure project via maven dependencies and still get: Error building classpath. Could not find artifact net.java.dev:stax-utils:jar:snapshot-20100402 in central (https://repo1.maven.org/maven2/).... I tried versions 0.10.0...

Thanks, adding the repository worked - also many thanks for Gephi in general!

Ah... there is still a problem...when also depending on io-importer-api it can not find the artifact mysql:mysql-connector-java:jar:8.0.31 The internet says it changed its name to mysql-connector-j at some time...any way...

no problem, i'll just depend the toolkit jar locally for now.

Hi, I noted that the file also gets erased (up to the ns form) when using save-as in VSCode. I'm on WSL2 (Ubuntu), Windows version of VSCode 1.82.2 . Calva...

I can try to help with the windows part of the issue, just got it compiled.