Eric Seidel

Results 804 comments of Eric Seidel

Reasons to do this: 1. We have to eventually. 2. W/o it we get script kiddies sending us "OMG your site has a vulnerability plz pay me" emails. 3. Would...

I received another note (from a Googler) that my individual message to them was routed to spam. My guess is that this bug is the reason.

Moved this out into its own bug (since the other one was a crash in C++). I'm not aware of any changes to our version handling. Patches shouldn't change versions,...

I think without more data it's hard for us to take action here. If you still see this in your logs, please let us know, we would love to help!

> For cases where we only support a relatively high minimum version (the current state of iOS), is the expectation that `shorebird release ios` would fail if the user does...

42.9 is an (unexpectedly) low link percentage. We believe this will be resolved as part of https://github.com/shorebirdtech/shorebird/issues/1892, which we expect to close in the next week.

100% we shouldn't need to depend on Dart or Flutter already being installed. It's very cheap to add secret commands to `shorebird` or the shorebird repo to access Shorebird's downloaded...

https://github.com/shorebirdtech/shorebird/blob/main/.github/workflows/e2e.yaml

Looks like we might need it for: ``` - name: 🧪 Run Integration Tests run: dart test integration_test working-directory: packages/shorebird_cli ``` Which means this might be blocked on https://github.com/shorebirdtech/shorebird/issues/2105.