Peter Arends

Results 2 issues of Peter Arends

``` Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have...

`const file = await fetch(selectedFile.paths[index]).then((r) => r.blob()); ` This is not working for me (in my Vue app using Nuxt). It will always return the index.html (or an empty gif)....