Lukas Hodel

Results 23 comments of Lukas Hodel
trafficstars

I tried Noice in my setup, very promising plugin! I have my 👀 on it! Anyways, I guess it needs some time to mature to be a core plugin.

@ChristianChiarulli isn't the problem that the latest jdtls is not working with Java 11 at all. So setting the runtime is not helping here? https://github.com/williamboman/mason.nvim/discussions/286, https://github.com/eclipse/eclipse.jdt.ls/issues/2117

I can confirm that also on my nodejs project mounted volumes are not "touched" in the container. I encounter no permission issues though. - I resetted colima with `colima delete...

@djirik I use the latest 18.12.1. It is a docusaurus/marp project. - [Dockerfile ](https://github.com/codingluke/bbzbl-modul-431/blob/main/Dockerfile) - [docker-compose.yaml](https://github.com/codingluke/bbzbl-modul-431/blob/main/docker-compose.yml) - About the permission, I added a `user: root`. This was somehow needed before....

correct and I would recommend to only mount the part which is edited locally. I don't see the need to share node_modules and co. For persistence I would use docker...

Maybe this could be a way to add mermaid to marp. https://github.com/mermaid-js/mermaid-cli#transform-a-markdown-file-with-mermaid-diagrams. When there would be a way to add preprocessors to the engine, the marmaid-cli could transform the mermaid...

I can only support @thejcannon's proposal. I just started to use fragmented lists together with prettier and landed here ;) The comment per item is more flexible so I would...

Same on my side ```markdown :japanese_goblin: *Fasnachtsferien* ``` is "corrected" to ```markdown :japanese_goblin: _Fasnachtsferien_ ``` which kills the emoji 😢

I encountered this too! Would be great to have it fixed :) on mermaid.live and here on github it works correct. Anyway great tool!

It is not an easy thing. Pupperteer is not able to do it on its own. Here is a solution for marp (a markdown presentation framework) base on [pdf-lib](https://pdf-lib.js.org/). Does...