Eric Seidel

Results 144 issues of Eric Seidel

`git clone` sometimes fails with: ``` error: 2556 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output ```...

bug

We had a customer request support (and documentation for) add2app via cocoapods: https://docs.flutter.dev/add-to-app/ios/project-setup#option-a---embed-with-cocoapods-and-the-flutter-sdk We appear to only support option B at the moment: https://docs.shorebird.dev/guides/add-to-app/ios

enhancement

Our current pricing model was designed to be maximally simple to implement. We offer a few tiers, all monthly pre-paid. We don't attempt to roll credits over between months and...

enhancement

It would be good to know specifically if customers have turned off the auto-updating behavior in their releases. Both in terms of our own understanding of how often the feature...

https://discord.com/channels/1030243211995791380/1271537382579114087/1271537382579114087 ``` shorebird detected a dev and prod flavour because I set these up on Android. It's not as trivial to setup flavours on iOS so I haven't done so...

bug

Right now it's possible to pass one set of --dart-defines when releasing and a different one when patching. Maybe that's a feature? But it also feels like maybe something we...

To repro: ``` git clone https://github.com/shorebirdtech/flutter.git cd flutter ./bin/flutter update-packages cd packages/fluter_tools ../../bin/flutter test test/general.shard ``` Fails due to code in mac.dart where we throw an exception if shorebird.yaml is...

bug
tech debt

_Originally posted by @Abdelazeem777 in https://github.com/shorebirdtech/shorebird/issues/1889#issuecomment-2221240888_ I am facing the same issue but with github actions here is my logs: ``` Run shorebirdtech/shorebird-release@v0 Run shorebird release ios --flutter-version=3.22.2 | tee...

Currently patch sizes are often 10s of kb. Which is plenty small for many applications. However we're using a binary diffing algorithm which knows nothing about what it's diffing and...

enhancement
ios

It's somewhat common for users to *not* check in their pubspec.lock, and then end up with unexpected (sometimes native) changes to their packages. https://docs.shorebird.dev/troubleshooting/#i-see-a-your-app-contains-native-changes-warning-when-running-shorebird-patch-even-though-i-havent-changed-swiftobjective-ckotlinjava-code It might help if when we...