Vladimir Sapronov

Results 2 issues of Vladimir Sapronov

Here're types definitions: ```ts import * as t from './superstruct' const TOrderCreated = t.object({ id: t.string(), sku: t.string(), quantity: t.number(), }) export const TOrderChanged = t.object({ id: t.string(), quantity: t.number(),...

Not sure if this is limitation of Github packages or just `sbt-github-packages` plugin. I suspect it's because of `sbt-specgen_2.12_1.0` the sbt version `1.0` breaks it. I saw this on some...