Samir Talwar
Samir Talwar
*contributing.md* links to a Code of Conduct at *code-of-conduct.md*. However, no such file actually exists. Expected behaviour: the link should go somewhere. Either the file should be there or it...
On http://awesome.datproject.org/, clicking the link to the contribution guidelines pushes http://awesome.datproject.org/contributing.md to the address bar, but doesn't actually load it (I imagine because JS is naively hijacking all links, not...
In many cases, Smoke could potentially run multiple tests concurrently. Lots of the examples (e.g. the calculator) in the _fixtures_ directory would work. Because Smoke spawns programs that might do...
One use case for Smoke is to simply provide many different potential input and output files, and compare them. However, it gets old doing the following: ```yaml tests: - name:...
Resolves #122. When using `#[serde(flatten)]` in combination with the `preserve_order` feature, Schemars did not actually preserve the order; flattened properites would always be inserted last. This change modifies the derive...
This makes PendingRule incompatible with RuleChain and other such wizardry. kthxbai