Rafael Ramalho

Results 14 comments of Rafael Ramalho

@lidel correct me if I'm wrong, but we can actually upload files in the webapp. Read https://web.dev/web-share-target/#processing-post-shares

Couldn't allow this on my phone (Android Samsung S8) 😢

Relevant HTML for the loading indicator: https://ipfs.io/ipfs/QmPc2hMUgyUisvx2VyzLB4C3A17S1QUUUa6NQ6jMmdM8Jw?filename=loader.html

Currently there's no way to allow Deno support while still using typescript (More info here: https://github.com/microsoft/TypeScript/issues/37582) Basically, you cannot have something like: ``` import {AnyComponent} from './any-component.ts'; ``` Because the...