Jascha Brinkmann
Jascha Brinkmann
Gumroad does act as an Intermediarie as well, no?
I find it crazy annoying that Firebase User Objects can't have any custom metadata related with them. Simple example if I would like to automatically send the verification email within...
I am not a 100% on this one, but I can't immediately see why the same data is repeated between the `firestore.data` and `firestore.ordered`. This essentially doubles the size of...
It would be great if I could access the original firestore client API objects through this library as well. This begins at accessing the original `firestore` object I am passing...
I have noticed some inconsistencies between api calls. If I use `store.firestore.setListener()` the `firestore.status.received`, `firestore.status.requested` and `firestore.status.timestamp` values are populated. If I use instead `store.firestore.get()` none of those fields is...
If a job runs longer then the `defaultLockLifetime` it might get started again unless I call `job.touch()` to renew the lock before the `defaultLockLifetime` runs out. So if a job...
It looks like Codeflask is missing a Destroy method that removes Event Listeners, eventual created DOM Elements and enables us to use codeflask with reactive frameworks. The simple idea is...
### Describe the feature It looks like the SESv2Client doesn't support sending raw emails and as far as I know there is no other way to set email headers. ###...
Honestly this could probably be more easily accomplished with implementing https://github.com/actions/delete-package-versions/issues/5 (keep only N latest versions of package) but how would I keep a minimum number of versions of a...
I first thought that this might be a bug of terraform like reported in https://github.com/terraform-providers/terraform-provider-digitalocean/issues/100, but after investigating a bit further it seems that the ignition file is actually properly...