Josh Coldsmith

Results 7 issues of Josh Coldsmith

If you go to https://mutiny.cz/exifr/ and import this photo: ![172404293 6LFKN8xb Monopismonachella](https://user-images.githubusercontent.com/65235172/219061777-204dcb60-769a-429a-b449-e8566c53d954.jpg) You will find this output: ![image](https://user-images.githubusercontent.com/65235172/219062157-55d35107-e93d-44f1-82d2-8b2e5750a46e.png) 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. ![image](https://github.com/mljs/matrix/assets/65235172/f4698297-e70f-41d1-b227-73ea714f63a8) ![image](https://github.com/mljs/matrix/assets/65235172/32e20586-68fa-4214-a67b-e1767550877f) Here is what my import looks like: ![image](https://github.com/mljs/matrix/assets/65235172/62a7cdda-74d1-4c81-b632-eda1d0cb11a3) 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:**...

type: bug
express
Needs: Attention

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...

type: bug
priority: p2