Josh Coldsmith
Josh Coldsmith
If you go to https://mutiny.cz/exifr/ and import this photo:  You will find this output:  The 2 tags that I wanted out of this photo are "LensModel"...
I found here that in order to extend an existing dictionary you actually want to use the `extendDictionary` function. I updated the README to reflect this.
### Versions `@web/rollup-plugin-html`: 2.0.1 `rollup`: 3.29.3 ### Plugin config ```js // plugin for generating HTML files from rollup html({ // [not working yet] don't build mobile (we have another rollup.config.mobile.js...
When upgrading from version 6.10.5 to 6.10.7, I am now getting this error in the `matrix.mjs` file.   Here is what my import looks like:  Any help would...
I was running into an issue using this package while serving my code with Vite (see [here](https://github.com/vaadin/flow/issues/12262) for more details) and I believe that the issue might be fixed if...
### Related issues ### [REQUIRED] Version info 4.9.0 (I realize that this isn't the latest version but I have compared the code and couldn't find anything related to `logger`) **node:**...
Hello! I would like to use the `v1alpha` version of the `firebasestorage` api as seen in the documentation [here](https://firebase.google.com/docs/reference/rest/storage/rest/v1alpha/projects.defaultBucket/create). However, whenever I call `const firebaseStorage = google.firebasestorage({ version: 'v1alpha', auth...