thdoan
thdoan
Here's how I'm using Showdown in my TypeScript Svelte app... **shell** ``` npm install --save showdown @types/showdown ``` **Component.svelte** ``` import showdown from 'showdown'; const converter = new showdown.Converter(); const...
After some testing it seems this only happens when you set Mode = Words. 
Maybe this will resolve it? https://stackoverflow.com/a/41628270/452587
@devnomic thanks for the setting -- that fixed the "failed to construct websocket" error, but now whenever I reload the extension in dev mode it throws an "extension context invalidated"...
My setup: ``` "@crxjs/vite-plugin": "^2.0.0-beta.16", "@sveltejs/vite-plugin-svelte": "^2.1.0", "vite": "^4.3.1" ```
From the error log, it seems this error is related to stale ports -- would it be possible to use the port's `disconnect` handler to catch when the extension is...
> The thing is that lite-xl actually supports duplicated bindings for every command... I noticed after I binded `ctrl+w` to line wrapping, I was no longer able to close windows...
There's no issue to reproduce, this was only to improve the instructions.
I was going to create a new ticket until I saw this. I think this would allow us to add `rel="noopener noreferrer" target="_blank"` to specific links.
> Try using https://github.com/mu-ramadan/matterport-dl.git it is a fork of the current project and it is 24 commits ahead and works much better and has 53 stars. YMMV. Fork doesn't work...