Don Olmstead
Don Olmstead
Would be nice to have information on how to use static checks within CMake for projects. https://blog.kitware.com/static-checks-with-cmake-cdash-iwyu-clang-tidy-lwyu-cpplint-and-cppcheck/
So I kept tinkering with things and was starting to think what a pure `package:js` version of a `dart:html` lib might look like. Talked with @jakemac53 while putting it together...
Is there a new approved way of getting `docker.exe` into a Windows container now that the DockerToolbox repository is deprecated?
Currently we have a long running test suite for a product. This gets enough commits that running the full suite would back up the build server. To limit that it...
Drone should provide a way to control PR builds through the comment system of the remote. For example a contributor could specify in the comments to `do: build` and then...
A common issue I am having with Drone is that the users do not know the number of builds ahead of their build. If there is a large queue waiting...
Update the Windows Dockerfiles to use the `plugins/base` image. Removes the 1803 images. Adds any missing images up through 2004. Also formats the manifests to resemble the output of the...
I think it would be useful, especially if the drone-agent can integrate with the jsonnet package manager, for us to provide a `plugin.libsonnet` for each of the `drone-plugins` repositories as...
Currently the guide recommends against `/Wall` for MSVC because the system headers do not comply. https://blogs.msdn.microsoft.com/vcblog/2017/12/13/broken-warnings-theory/ has an experimental feature that lets you turn off warnings for headers outside of...