bessgeor

Results 4 issues of bessgeor

# What am I trying to do? Generate NRT-compatible classes using `Reflection.Emit` # What do I expect? An emitted class having the same attributes as a coded one provides the...

![image](https://user-images.githubusercontent.com/2414765/35380958-d0c4ec94-01cb-11e8-9fcc-a8c441467fa3.png) For [React 16](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/c54b691628bbef4c698f6aeb195ef50d18b08295/types/react/index.d.ts#L292) the error should be slightly different (`ReactNode` instead of `Jsx.Element | null | false`) so it may be easier to type `Provider.render` as `any` or even...

OpenAPI spec allows to define different types for different content types. It would be nice to generate something like that for this case: ``` type SomeMethodBodyInput = | SomeMethodBodyJson of...

OpenAPI spec allows specifying `in: cookie` and `in: header` for parameters. The problem is - there is no built-in facility in giraffe to bind cookies or headers (or at least...