Robert Xu
Robert Xu
From #17 - there are use cases for testing with old bash versions - mainly for macOS, which _still_ uses bash 3.2 and may utilise deployment scripts. Consider building 3.2/4.4...
Running your _examples/server.go, trying to call `dbus-send --session --print-reply --dest="com.github.guelfey.Demo" /com/github/guelfey/Demo org.freedesktop.DBus.Introspectable.Introspect` results in an UnknownMethod error.
This PR adds timeouts and retries to all downloads. I was having downloads time out in minutes, which was significantly slowing down my ability to pull my library. Also couple...
On plz 17.0.0, when a build fails, existing builds that are still queued will still execute, meaning that the build will still try to proceed as much as possible before...
This gets Spotify 1.0.16 going on my Fedora 22 desktop. Whohoo!
### Description Ente Auth 3.0.7 on Linux throws a segfault when there's an invalid `windowHeight` in `shared_preferences.json`: ```json {"flutter.windowWidth":450.0,"flutter.windowHeight":165207184.0} ``` I get a `windowHeight` like that a few times after...