hetsch

Results 7 issues of hetsch

Hi, first thank you for this interesting library. I wanted to ask, if it would be possible to create an updated `ta_func_api.xml` with all the sugar that you've added. I'm...

Hi, currently I'm using your package in a Typescript project that I have inherited from a collegue. I really enjoy working with it, so far. What do you think about...

* Cookiecutter version: `1.5` * Template project url: `n/a` * Python version: `3.6.0` * Operating System: `OSX 10.11.6` ### Description: I want to achieve is adding a file dynamically to...

I have the situation where I have to post-process a valid login and enriching the `User` object with some custom data. In the backend, I listen for the `user_logged_in` signal...

Hi, first, thank you for your wonderful libraries. I have a problem using this package in combination with the objectionsjs orm. Objectionjs provides the ability to define a JSON schema...

### Version "tcomb-form": "^0.9.17", ### Expected behaviour If I define a struct with predefined `defaultProps` like this: ```javascript import t from 'tcomb-form'; const ProductAttribute = t.struct({ name: t.String, slug: t.maybe(t.String)...

### Version Tell us which versions you are using: - tcomb-form v0.9.17 - react 16.0.0 Using these structures: ``` const Actor = t.struct({ name: t.Str }); const Movie = t.struct({...