Bjørn

Results 16 comments of Bjørn

I've since stopped doing this because it's not supported in this plugin, but from what I can remember the official svelte plugin for VS code does allow for this, but...

After checking, it seems the [official svelte plugin](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) for VS code does allow this:

I would be nice if typora had it's own exporter in the form of a cli (or something that could be programmed) because for example pandoc doesn't support the `[toc]`...

Does this extention support mermaid graphs and latex blocks?

The changes I made provide the desired behavior, but still has some issues. For example the server still sends a request to the Mojang API for a texture. I'm also...

I've created a draft PR (https://github.com/sveltejs/svelte/pull/6585). Of course nothing is set in stone, but I've opted to implement the `onError` because of a couple of reasons: 1. `onError` would allow...

So I think that the idea is to both implement `onError` and a error boundary as they would have different behavior. `onError` would catch all errors within the component regardless...

Should I continue to work on #6585 or drop it as this isn't something that would be considered to be merged?

There is an option for what you're describing. When selecting the recipe you want the factory to produce, to the left of it there is a tab labelt 'Items, Inout'....

I am able to exec into the container and run updates and download things using curl, so I do think is has an internet connection. I can double check to...