Honza Bittner

Results 125 comments of Honza Bittner

Also, we can add it to https://github.com/sdras/awesome-actions

After #14 and #10 we should make a new release.

That would be possibly only by running some script manually each time, or by running Action what whould parse the yaml to the right markdown part. For example you would...

On the other hand, I can see no repository which has mentioned its inputs in README. :/

Maybe we should also wait for final version. Not it's in alpha, beta or something. :-)

It is the same as your password for the user profile.

Right now, we use Maestro to test our app. It has `launchApp`, `stopApp`, and `clearState` commands. I would gladly have something like this used between tests (so each test is...

This should be quite easy I hope. Just check whether the function is async and if true, add an await in front of it. BUT we would need an async...

Can we somehow process futures synchronously? I found https://api.dart.dev/stable/2.3.1/dart-cli/waitFor.html which should work in CLI.