David Peter

Results 20 issues of David Peter

adds #100 fixes #96

Given the following `sandpackConfig` ```ts const sandpackConfig = { defaultPreset: "default", presets: [ { name: "default", meta: "live", label: "TypeScript", sandpackTemplate: "vanilla-ts", sandpackTheme: "light", snippetFileName: "/index.ts", snippetLanguage: "ts", initialSnippetContent: [...

feature request/enhancement

Reading package lists... Building dependency tree... Reading state information... nodejs is already the newest version (18.19.0+dfsg-6~deb12u1). 0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded. v18.19.0 ```...

Besides fixing examples, formatting has been applied on the markdown document.

Hi there, Quick question, how would I go on about introducing initial state from within a child component instead of passing it directly in main?

Question
Store

As a Developer using the Deis platfrom I'd like to have pre/post compile hooks available for dockerfile based builds too, so I can execute checks that my services required for...

enhancement
help wanted

Hey Man, Great job so far, I was thinking about making something exactly like this, so I'm really glad I found someone already working on it. However I would really...

If a deno.json(c) is present in the root of the project, we should take it into consideration so we can map dependencies there. Since the addition of `deno add {npm|jsr}:scope/pacakge`...

Deno v.1.44.1 Astral 0.4.2 ``` deno run -A --unstable playground/elementhandle_bug.ts ⚠️ The `--unstable` flag is deprecated and will be removed in Deno 2.0. Use granular `--unstable-*` flags instead. Learn more...

question