Eric Seidel

Results 144 issues of Eric Seidel

It's kinda big: ``` eseidel@erics-mbp link_fix % ../../_shorebird/shorebird/bin/shorebird init ✓ Fetching organizations (0.4s) ✓ Initializing gradlew (0.8s) Starting a Gradle Daemon (subsequent builds will be faster) > Task :help Welcome...

It's somewhat common that we get reports from users that their app doesn't build with Shorebird, but works fine with Flutter. What's happening (in all the cases I've seen) is...

bug

Some times users report that `shorebird` doesn't work on their company networks. I actually don't know if we support proxies today? We use package:http, which might have some built in...

> Facing this problem with patch2, but worked with patch 1. Appid:42c91bdd-f4e7-40ac-b273-9c4bbdd63919. Thanks for help. _Originally posted by @MarkZhongsh in [#2369](https://github.com/shorebirdtech/shorebird/issues/2369#issuecomment-2667944567)_

We had a customer who had 150k object pool entries in their snapshot. I believe most of them came from: https://raw.githubusercontent.com/shawnlauzon/latLngToTimezone/refs/heads/master/lib/src/lat_lng_to_timezone.dart Which creates a zillion objects in the pool. (Should...

We're presumably missing some stripe hook to catch the payment complete/account status change notification and clear our redis cache for the account.

bug

A customer asked to be able to control rollbacks from the command line. For now I've directed them to our API: https://github.com/shorebirdtech/shorebird/tree/main/packages/shorebird_code_push_client

enhancement

Something is broken in our Dart when handling a specific kind of isolate error. Bryan accidentally discovered this with the 1.6.8 release. If you check out https://github.com/shorebirdtech/shorebird/commit/3c6d23836cde247074ccc9248d6b1be120ca5a84 And try to...

bug

A customer has requested that the would like to see how many patch installs shorebird served for them last month. We don't currently expose that. If you go above 50,000...

My understanding is that sometimes customers have gradle set up so that app:tasks might require arguments to exit cleanly? https://discord.com/channels/1030243211995791380/1318421477544169472/1318421477544169472 https://github.com/shorebirdtech/shorebird/blob/19ef47b6b18516f13851f8487b45e795732c9c21/packages/shorebird_cli/lib/src/executables/gradlew.dart#L144

bug
customer-reported