Jakob Rosenberg

Results 178 comments of Jakob Rosenberg

Thanks for the quick reply. So I'm working on a filebased router for Svelte (Routify 3). The starter template has an examples page that shows off various features. Users can...

Thanks for the suggestion. Can you check if this is working in the latest release?

Have you tested that this works?

Hi @adamaho . Sorry about the late reply. I think you just have to import the language and then set it in your block. ```html {mycode} ``` Prism itself exists...

I couldn't find an example of importing languages. IIRC prism inits itself in a global variable, so it's possible that external languages have to be imported after `svelte-prism` has been...

Is it at all possible to do this with `deepmerge` ```javascript const d = merge(a, b, c); d === a; // -> true ```

@felipecrs that's pretty cool! Thanks for the heads up. 😀

Running into this as well. It's cumbersome to test against the Netlify servers.

Hi @yairkukielka , thanks for sharing this. Is this issue related to R2 or R3?