On Saturday, March 10, 2018 at 12:28:19 PM UTC-8, Ged Wed wrote:
>
> Flutter now runs on all desktops and mobiles officially. The desktop
> version was announced 2 weeks ago and already Linux and macOS works, with
> Windows probably being a few weeks away from what I guesstimate.
>
Could you ex
I'm wondering how to respond to security patches. After a patch, any go.mod
file mentioning an older version of the library is a candidate for
version-bumping: download the new version, test, and do a commit with the
new version number if all goes well.
It's nice that it can be done in any orde