Wouter Meijer

Results 6 comments of Wouter Meijer

I also have the issue that drag and drop does not work. From my experiments it does not work in notes with YAML frontmatter (as is default for Obsidian). In...

My current workaround is to use the `bumver test` command with the following script in my CI pipeline to only create and push a tag without creating a commit or...

I had the same problem with a bluetooth Logitech "MX Master 3" becoming unusable with Kanata. @jussapaavo solution through configuration worked for me

I found the following snippet `gitlab-ci.yml` works for me: ```yaml image: node:22 # Job for releasing documentation on Gitlab Pages. pages: script: - npx likec4 build -o site . artifacts:...

Due to errors with the `dot` binary, I had to update my `.gitlab-ci.yml` file to: ```yaml # Job for releasing documentation on Gitlab Pages. pages: image: name: ghcr.io/likec4/likec4 entrypoint: [""]...