Hagen Hübel
Hagen Hübel
Can someone explain to me why our AWS-user having Full S3 Access isn't able to create a IAM Role? I get this error while deploying very soon: > $ npm...
After successfully deploying the lambda function i tried to add a first s3-handler: `npm run add-s3-handler --s3_bucket="xxxxxx" --s3_suffix=".jpg"` But it ends up reproducable with the following error: ``` > [email protected]...
**Describe the bug** When during execution of a smart contract function a `revert` is happening, it is hard to parse the proper error message. The error-string contains normal text together...
Dear community when I [took over](https://github.com/itinance/react-native-fs/issues/276) this fantastic library in April 2017, I was deep in react-native and used this library a lot in all our projects. However, time flew...
Running the BlurView on real android-device crashes the app. "`adb logcat`" gives the following error at very last line: > [ReactNativeBlur]: BlurView must not be a child of the view...
I'm pretty sure that this doesn't have any to do with this fantastic library itself! I just want to know, if there are other RN-developers out there facing the same...
For us it turns out that validateReceipt() from the README-example will never return. This is our code: ``` import iapReceiptValidator from 'iap-receipt-validator'; const validateReceipt = iapReceiptValidator(password, production); async function validate(receiptData)...
After upgrade from TypeORM 0.2.41 to 0.3.9, `find`-operations with related entites do not work any more thanks to compiler issues with typeScript. Any known workaround leads to a weird behaviour...
I came across that when running unit-tests via jest, the `t` method returns the passed Key and is not doing any translation. I pass the `I18nService` into my service: ```...
### What happened? Basic libraries like "graceful-fs" or "file-system-cache" are requiring `global`. It is not available in the SSR-Mode. So we can not use these libs server side and instead...