maganap

Results 8 issues of maganap

Hello! I have a set of SVG icons, and a few of them have the compound path issue that can be solved by following this steps: https://github.com/fontello/fontello/wiki/How-to-use-custom-images#preparing-images-in-adobe-illustrator I found no...

## Summary I'm using [flutter_stripe](https://pub.dev/packages/flutter_stripe) package for an app developed in Flutter. After some initial setup, this package automatically sets the payment bottom sheet language to the language configured on...

bug

Hello! I'm using `cfaSignIn(‘phone’, {phone: phoneNumber})`. I need to disable the automatic sign in feature that's available on Android after the SMS-auto-retrieval. I noticed internally it uses: `PhoneAuthProvider.getInstance().verifyPhoneNumber()` So, reading...

enhancement

**Describe the bug** I'm using `cupsfilter` to transform PDF files to PostScript before sending to the printer. Some files print completely blank, with the correct number of pages, though. I...

Hello! I'm trying to recurse up and down from a node, like this: `( node(21289794); ; ); out meta;` This node, `21289794`, belongs to a way and then to a...

@Flutter 1.12.13+hotfix.5 From: https://codelabs.developers.google.com/codelabs/flutter-cupertino/#2 On the first run of this lab, an error shows up when calling `setPreferredOrientations()` in `main()` because `WidgetsFlutterBinding.ensureInitialized();` needs to be called first. That line of...

Hello! This is not to report an issue, I just want to say thank you. I thought I had some hours of documentation reading and coding work ahead... and then...

#### Issue A call like: ```js await db.runTransaction(f, { maxAttempts: DB_TRANSACTION_MAX_ATTEMPTS }) ``` is not honoring `maxAttempts` when `maxAttempts > MAX_RETRY_ATTEMPTS` (from `ExponentialBackoff` class). So, setting `maxAttempts: 20` retries only...

priority: p3
type: bug
api: firestore