Jérémie Laval
Jérémie Laval
Make a simple series of change to support connecting to gRBL remotely in addition to local serial (essentially just proxying over a tcp socket). This allows one to use a...
See equivalent commit in monodroid: https://github.com/xamarin/monodroid/commit/ed984a3a0bfbe71f6499a7855c647b5bc2b28466
/cc @jnm2 Related to: - https://github.com/nunit/nunit/issues/2220 - https://github.com/nunit/nunit/issues/3013 - https://github.com/nunit/nunit/issues/2917 This PR is an example of extensibility mechanism for the async machinery allowing external people to customize its behavior via...
We have been maintaining a fork (https://github.com/mono/guiunit) and a not-so-big fork (https://github.com/garuma/GuiUnitNg) of NUnit to allow us to run unit-tests in the context of a GUI mainloop. (For context, we...
We use YAML as a configuration format that we then transform to protobuf. In those cases, people tend to leverage the more advanced features of YAML (including aliases and merges)...