Brandon Trautmann
Brandon Trautmann
Is there no way to actually configure command timeouts individually? I can't seem to find one 🤔 ```yaml - runFlow: when: visible: "${INPUT_TEXT}.*" # I want to configure this to...
> The defaults will attempt to connect to the GitHub Actions repository, has the application been installed in to the repository that the actions workflow is executing from? Yes, the...
This seems fairly doable. My initial thought is within `goldenTest` we could detect the architecture and pass that along to the `FilePathResolver`. I think we'd want to have a caching...
@wolfenrain curious about the prioritization of this. We're evaluating fluttium and this seems to be a pretty big blocker, but maybe there's a semi-simple workaround? I tried fiddling with `Semantics`...
To anchor this to our ideal setup, I'd describe our end goal as the following: - _Only_ CI is allowed to publish patches (or more generally manipulate patches assuming deactivating...
@felangel if you feel this has too much overlap with existing issues, feel free to close it as such. I know this sorta spawned out of conversation with myself and...
> since most code app developers write (or want to update) just isn't very performance sensitive. Most of the performance sensitive Dart code in Flutter apps is down in the...
@fuzzybinary just noting that we are still experiencing the issue mentioned in https://github.com/DataDog/dd-sdk-flutter/issues/552 (which I believe is the same issue being tracked here) despite removing the native cruft I referred...
@fuzzybinary I've been unable to give this attention due to some other pressing work, but I wanted to respond to: > Next question -- is everyone experiencing this potentially using...
Would love to see this land! I was actually just working on a PR for this very same thing and decided to see if somebody was already working on it....