Bryan Oltman

Results 190 comments of Bryan Oltman

I can't reproduce this (I believe it might've been fixed). Closing, please reopen if you experience this again.

@abdulrehman0796 As Eric mentioned, we don't believe this to be preventing anyone from using Shorebird, so it has not been prioritized.

Filed https://github.com/shorebirdtech/shorebird/issues/2005, which I think is a prereq for this.

None yet. This is still something we want to do, but the team has been busy with other higher priority work.

Reproduced this locally. The issue seems to be that our linker does not currently work with obfuscated builds.

It looks like you found it, but for anyone else reading this in the future, this functionality is coming from the [cli_completion](https://github.com/VeryGoodOpenSource/cli_completion/tree/main/doc) package, which we use to suggest tab completions...

Just poked at this a little. We will probably want to change from `CompletionCommandRunner` to `CommandRunner`, which will involve a change to our scripts that compile shorebird, as these make...

I think there may be an issue with your Flutter checkout. `args 2.5.0` is the [latest version](https://pub.dev/packages/args). Did you edit shorebird's Flutter checkout? I'm surprised to see `Flutter 3.19.6-0.0.pre.14 •...

@OCXcode I would recommend `dart pub cache clean` as Eric recommended above. [`googleapis_auth 1.6.0`](https://pub.dev/packages/googleapis_auth) exists, but if you're using a mirror, it's possible that the mirror has not been updated.

Yeah, I'm not sure how helpful it is to know that there's a new shorebird release in the context of deciding whether to update, as that release might not be...