Eric Dallo

Results 686 comments of Eric Dallo

Totally agree with that! I'm no windows user but LMK if need any support or context, your help is appreciated

@ikappaki is this done after all your recent improvements?

No problem, I can take a look, usually running `make local-webpage` should build the docs locally

Oh, I think that's because the docker image comes from [here](https://github.com/clojure-lsp/docs-image), I should make it public somehow yeah haha, just fixed on master

The image is public, but you need to make your docker login on github to download images from github :/ https://github.com/clojure-lsp/docs-image/pkgs/container/docs-image%2Fdocs-image

We use [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) for the webpage, and we have specific plugins [here](https://github.com/clojure-lsp/docs-image/blob/master/Dockerfile#L3-L6), if we don't use docker, we would need to install mkdocs-magerial on each machine along with those python...

Thanks, to be honest I thought we solved every performance issue on that feature as we had lots of performance in the past, I work on big flutter projects and...

Yep, good news, #631 was merged, this means you don't need to do anything more if using the sqlite with those changes, but we need a new release of sqlite-jdbc....

@budduedgar, until the release, you can use the graal configurations from [this project](https://github.com/ericdallo/sqlite-graalvm-sample/tree/master/resources/META-INF/native-image/sqlite-graalvm-sample/sqlite-graalvm-sample) and it should work. Basically, you just need a to add a folder to your lib/app classpath...

+1, tmux its a great inspiration for theese features... @bigbn, what do you think?