shinriyo
shinriyo
not `push` `add` is correct! Refer to: presignedPostPolicy error #46
`List` has `add` methods. Refer to: presignedPostPolicy error #46
check valid xml before parse
region: minio.region refer to: Trying to upload file in s3 bucket using putObject #43
Why don't you implements Exception class. Why is it plane class? it's better!
``` await minio.putObject( 'mybucket', 'myobject', Stream.value(Uint8List(1024)), onProgress: (bytes) => print('$bytes uploaded'), ); } ``` What is `Stream.value(Uint8List(1024)),`?? dummy?
``` Minio? minio; try { minio = Minio( // bla bla ); } on Exception catch (e) { print('Caught MyException: $e'); } ``` it can't catch the exception. Because MinioError...
Hello It is amazing concept extension. But, I tried this to convert ```html:original HOGE BAR ``` but, it is converted result ```jsx:converted HOGE BAR ``` but my estimated result is...
I set in my settings.py below ``` PAYPAL_RECEIVER_EMAIL = 'my paypal url' PAYPAL_CURRENCY_CODE = 'JPY' SHOP_PAYMENT_BACKENDS = 'shop_paypal.offsite_paypal.OffsitePaypalBackend' SHOP_PAYMENT_BACKENDS = ['shop_paypal.offsite_paypal.OffsitePaypalBackend'] ``` And, I append below in my INSTALLED_APPS ```...