Brandon Trautmann

Results 134 comments of Brandon Trautmann

> Thank you for the feedback and apologies for the nuisance notification. Given the cost of these extensions in the platform as well as the risk for false positives for...

> The fact that future changes to the source wonโ€™t be reflected in the activated executable? Yeah, we can grasp that concept perfectly fine. Actually, I _would_ expect changes I...

![Image](https://github.com/user-attachments/assets/cc3e37d6-1fbe-4585-ab50-d7217d368f6c) In our use case, we're using string interpolation to get at a secret, which obviously the linter doesn't like. Would love to be able to ignore this.

Running into the same on latest version, seems like a pretty big oversight!

@ThangVuNguyenViet I was doing a bit of testing of relative routes as we may be looking to use them in our project, and I had a question RE: the generation...

Would love this. I found myself chasing down a weird bug caused by the foot gun of doing `DateTime` "math" in local time. ```dart static Iterable daysFrom(Duration duration) { final...

Ran into this today as well. If not already (I couldn't find it!), would be great to include this in the docs or even in the `shorebird preview` command, e.g...

@eseidel Totally...As a user I wouldn't even mind you finger-pointing as it being a Flutter native limitation ๐Ÿ˜‰ , but having some messaging or warning would've helped at least in...

@okrad any chance we can get this merged?

My comment above can be ignored ๐Ÿ˜… I ended up writing my own client in combination with `UrlLauncher` that achieves the same but has way more graceful handling of errors,...