Bryan Oltman

Results 190 comments of Bryan Oltman

@eseidel which customer did this happen to? I've seen a couple reports of people paying an invoice very late after their subscription was cancelled. I believe this is WAI.

> this isn't fixed yet! Correct. This issue will be closed when a solution has been implemented.

I don't believe there's anything in the code push client that supports rollbacks—we've done all of this on the console

I'd want to think more about what this would look like. The rollback url is `api.shorebird.dev/api/v1/apps/[appId]/releases/[releaseId]/patches/[patchId]/rollback.dart`, where neither releaseId or patchId are made especially visible to our users. I suppose...

@MohiuddinM None yet, any updates will be linked to this issue.

Is the inability to detect gradle causing any issues beyond the `shorebird doctor` output?

@SunlightBro ~~Not exactly the right regex, but plenty to go on~~. Thanks for the help! Just pushed a PR to fix this. Correction: that was the right regex 🙃

Would you mind sharing the full error output (usually, this includes a message). There also should be a log file printed as part of the error output; sharing that would...

We've just updated our fastlane plugin to play better with manual codesigning (e.g., with fastlane's `match`). Take a look at our updated guide at https://docs.shorebird.dev/code-push/ci/fastlane/ and let us know how...

`package:shorebird_code_push` is probably the wrong place to do this—these file sizes are all available to us when the `shorebird patch` command is being run and don't change between then and...