Don Olmstead
Don Olmstead
I'm trying to set up private bower to use for our build servers as a cache. I have it running in a docker container and that seems to be working...
On Windows the digest isn't generated because `docker` isn't on the path. Use the value of `dockerExe` here.
Turn on automerge so PRs don't pile up.
Currently the '?' character is not marked as a special character so when encountered it does not add a \ in front of it. Adding \? within the string itself...
Would be great to have the dartdocs hanging out somewhere.
To abort a fetch request you would set `RequestInit.signal` with an `AbortSignal` taken from an `AbortController`. See https://developers.google.com/web/updates/2017/09/abortable-fetch for examples. Currently the isomorphic fetch library does not support this. The...
I have a Dart library that does code generation that I am unable to reliably gather coverage from. The library has tests that rely on the output of an isolate...
In `http` we just added `mime` as a dependency for support of multipart forms but are hitting an issue with the `lookupMimeType`. When creating a `MultipartFile` there is an optional...
Currently docker file mounts are failing on Windows. It would be best if the `netrc` file and the script running the build would accept file mounts. This is just a...
Updates build images to golang:1.16. Updates the modules for the package. Enables renovate bot to manage them in the future. Adds a Windows 20H2 image.