Timo Schmid

Results 5 issues of Timo Schmid

This should probably go into the branch `2.13`?

See title: This works: ``` scalapbCodeGeneratorOptions ++= Seq(FlatPackage) ``` This doesn't: ``` scalapbCodeGeneratorOptions ++= Seq(FlatPackage , JavaConversions) ``` Note: I'm using features such as `oneof`, so it might be a...

Some shortcomings, for now * `reverseDependencies` doesn't seem to contain the versions, so some of them are missing * `val conflicts: Seq[Conflict] = Conflict(resolution)` returns an empty `Seq`, not sure...

Implement the following endpoints: * Search repositories :heavy_check_mark: #25 and #30 * Search commits * Search code * Search issues and pull requests * Search users #30 * Search topics...