Max Schmeling

Results 5 issues of Max Schmeling

My application needs to access the `sid` on first render and right now the only "supported" way it can get access to that is after it has been saved which...

When attempting to `startUpload` with a `assets-library` file, if `copyAssetToFile` fails, `reject` is called two times. It is first called in the `copyAssetToFile` completion handler: https://github.com/Vydia/react-native-background-upload/blob/a4f2fa45003fcf01bec75324aafd5ee472365b26/ios/VydiaRNFileUploader.m#L182 And then again in...

I get an error when trying to map enum values explicitly (as can be done with `ActiveRecord::Enum`). For example: ``` # see https://en.wikipedia.org/wiki/ISO/IEC_5218 enum :sex, { unknown: 0, male: 1,...

This is just a slight improvement to the TypeScript support.

Adds a filter called block_bindings_supported_block_attributes to allow adding blocks / attributes to the supported list. This list of allowed attributes for block bindings is the only thing in core keeping...