aappddeevv

Results 29 comments of aappddeevv

Even a nice example just showing its use to some remote APIs would be nice!

I'll suggest do *not* try to use a fixed converter runtime, which I think, you may want to minimize the dependency on. You could generate optional types using pure scala.js....

I suggest you just make it pluggable since its such a big decision. There are only a few strategies so its not an infinite universe of possibilities. I use `Blah|Null`...

Perhaps it depends on the purpose of generation. I would generate for a particular project and within that project (or program whatever the umbrella is) there are conventions, etc. Within...

If you are going to add scala 3 support soon, then I'll wait to do scala.js support on top of that. It will be cleaner that way although I don't...

Many thanks! I think there is alot of M1,2 things in flux and around zio so it may take a moment for me to sort those out.

someOrFail would be helpful to me!

Just thinking out loud that it may be easier to just make the readme a static github md file and remove interactivity and other visuals. Then just add the readme...

I had issues with the typings. I wrote up: ```typescript // fix 2018-01-08 export = PromisePool declare class PromisePool extends EventTarget { // skip GeneratorFunction as that is documented to...