Michael Frischeisen-Köhler

Results 3 issues of Michael Frischeisen-Köhler

**Describe the bug** The [semver spec allows adding build metadata information to the semver string](https://semver.org/#spec-item-10). The metadata information is added by appending it after a "+" character: `mylib-1.0.0+metainfo. When such...

bug

Fix broken parens on return statements with leading comments

When using the `nonvotingReplicaTags` option for the [reconfigure command](https://rethinkdb.com/api/javascript/reconfigure/), the server responds with: ``` Unrecognized optional argument `nonvotingReplicaTags` in: r.table("mytable").reconfigure({ ... nonvotingReplicaTags: ["mytag"] ... }) ``` It seems this option...