Ivan Kerin

Results 14 comments of Ivan Kerin

Hey guys, I've recently stumbled on this project, and I wish I would have done this earlier, since I coded something quite similar myself - https://github.com/ivank/build-readme#readme , totally unrelated. And...

At our shop we had developed a simpler implementation of schema registry back in the day, since this project was not yet available. Its called [Castle](https://github.com/ovotech/castle) (as in "Kafka's greatest...

I stumbled on this package too and missed not having types for it. Opened a [PR on DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/29327) about it which just got merged, it should be in the npmjs...

Немного странно, что вы упомянули меня здесь, могу помочь чем-нибудь? :-D

@pylebecq can you check to see if it fixed this particular issue?

Hmm ... ok that's weird, because if you have a default it _is_ optional ... apart from providing 2 distinct type for input / output, not sure how it could...

Yeah I think I'll go with the flag. That way if you want to use both, you can generate 2 sets of types if you need to.

Hopefully this would address everyone's use cases https://github.com/ovotech/castle/pull/47

> Wouldn't the namespaces/interfaces clash in terms of naming? Possibly. This was a quick and dirty solution to make it solvable, but it’s far from the “pit of success” that...