Alejandro Ulate

Results 77 comments of Alejandro Ulate

Taking a closer look to your retry policy (the one sent via email) I've noticed one thing: you are not returning `true` when you are refreshing your token. ```dart class...

This seems like a bug in the beta version. I think it was mentioned in an issue before. Will take a look and get back to you ๐Ÿ‘€

By any chance are you using a `MultipartRequest` to upload a file (e.g. upload profile picture to a server)?

Hey, yes, hum in terms of ETA I can't give you one, but I can confirm at the moment that it is a bug. I'm working to fix this but...

What I've been wanting to do is to avoid the PRs created by all-contributors to trigger CI builds, this can be accomplished in many devops providers (azure pipelines, githubactions, etc)...

Thank you, this will make my life easier (and tbh cheaper) when working with Bitrise's CI. You rock!

> Extracted (potential) issues from PR #350 ([comment](https://github.com/romcal/romcal/pull/350#issuecomment-1003771324)): > > * `es`: @CodingAleCR: > > * [x] what is the correct Spanish for for English `patron`: `patron` `patrรณno` or `patrono`?...

It's been a while since I made this, LMK if there's any support that I can give. Kudos for the work! ๐Ÿ‘Œ๐Ÿผ

Hi, I'm looking into it, however I do this on my spare time, which is definitely not enough. Pull requests are always welcomed though. ๐Ÿ˜„

At the moment, the way that you can work with Multipart Requests would be to do something like in the example project. In there, you'll find[ a way to do...