Ryan Harter

Results 13 issues of Ryan Harter

`makeDocumentSnapshot` checks the options to see if there is an `app` property, but `DocumentSnapshotOptions` calls it `firebaseApp`. This leads to some weird casting requirements to use `makeDocumentSnapshot` with your own...

type: bug

Fixes #79 Pretty self-explainatory, the optional property check is checking for a property called `app` (like from RDB), but the firestore property is called `firestoreApp`. The existing work-around when you...

This adds support for `RenderMode.SHRINK`, allowing you to make view-only screenshots without saving an entire device frame.

We use a customized `project.buildDir` in our project, and while the plugin reads it appropriately to be able to print a string to the console, it didn't pass it to...

Using `typealias`es as disambiguating qualifiers is a stretch of the language feature and doesn't align with the `typealias` contract. A `typealias` allows you to use another name for a thing,...

enhancement

This is a first pass, so notes are welcome if you have any.

I'm working with MastodonKit on macOS and ran into an issue while reading the JSONDictionary in `ClientApplication`. The `ClientApplication` constructor fails when trying to read the `id` property from the...

This helps support static site generators like Hugo. Fixes #1