tuck1s
tuck1s
I think @avigoldman is best placed to answer this, as he created it.
> I think this might have been fixed by the latest VSCode release (1.86.1). > > I am using this combination today and I can install extensions again: > >...
I regularly run into issues where some extensions I'm using stick at "installing .." and never complete. The workaround is to add the following to `devcontainer.json`, attribute `customizations.vscode.settings` as follows:...
Hi @darrencauthon , I just wanted to add a personal note of thanks for the work you've done on this library. I use Linux and OSX for development, so gravitate...
+1 from me. It's annoying that [VS Code extension](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid) previews work perfectly on content, then you push to Github and see the red error box.
I was able to work-around my issue by writing different Mermaid syntax, e.g. ``` graph LR ``` instead of ``` flowchart LR ``` And wrapping names that include a newline...
@jpmckinney I also had this issue, and put together the following Python 3 script which "sniffs" the first n lines (which you can change), decides on the max, and squares...
+1, also seen running under Ubuntu 22.04 LTS in Docker Desktop, then running Logstash interactively with the [getting started](https://www.elastic.co/guide/en/logstash/current/first-event.html) example: ``` # /usr/share/logstash/bin/logstash -e 'input { stdin { } }...
Whereas on this VM ``` uname -a Linux xx.xx.xx 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ``` latest version `1:8.13.4-1` works: ``` /usr/share/logstash/bin/logstash -e...