David Dal Busco

Results 171 comments of David Dal Busco

Yes. [Sample repo](https://github.com/peterpeterparker/stencilpwa).

@doppelganger9 haha yes I was interesting exploring QR code these last few weeks, specially because I saw a use case in term of presentation that's cool idea 👍 I think...

Update on this subject: we may have integrated "deep links" in our upcoming editor for presentations 😉 It means that when it will be finished a properly tested we will...

Still got the issue with a Rollup (Stencil) build. > [45:31.4] generate lazy finished in 14.27 s > > [ WARN ] Bundling Warning NAMESPACE_CONFLICT > Conflicting namespaces: ../../node_modules/@dfinity/agent/lib/esm/index.js re-exports...

Right then if it has a cost, both output (not and minified) can be published.

This is the solution that worked out for me: https://github.com/sveltejs/vite-plugin-svelte/issues/710#issuecomment-1672661958 i.e. bumping `@sveltejs/vite-plugin-svelte`

I double checked NNS-dapp, they do not removes additional fees so, let's do not remove additional fees as well for now in ckBTC and ckETH but, this seems not precise...

Sure, excellent idea 👍. Maybe not gonna be my first short term prio though. In a previous project I added such a feature but at the end of the day,...

Not sure `@dfinity/utils` should be embedded. I like the idea that we provide it to more devs, because useful, but most do not use it currently. They don't necessecary have...

``` npm rm @sveltejs/adapter-static @sveltejs/kit @sveltejs/vite-plugin-svelte npm i npm i @sveltejs/adapter-static @sveltejs/kit @sveltejs/vite-plugin-svelte -D ```