Dibyo Majumdar

Results 12 comments of Dibyo Majumdar

Definitely feels like a bug. I just ran into this.

@ryanlanciaux and other maintainers: I was able to get master installed by doing `yarn add https://github.com/GriddleGriddle/Griddle.git#49306e7`, but would be nice to just have a new package version. :) UPDATE: A...

Also, I had missed updating yarn.lock in #839 and #840, and this PR fixes that. (I can create a separate PR for fixing yarn.lock, if you guys would prefer that....

@ryanlanciaux @dahlbyk would be super duper nice to get this new version of the package. :) Anything I can do to help with this? Our team is currently blocked on...

Added a small PR upgrading recompose: https://github.com/GriddleGriddle/Griddle/pull/839

For folks looking to make this work only for a simple `t.type` (like me), this seems to work reasonably well: ```ts export function pick( Model: t.TypeC, keys: K[], ): t.TypeC...

Not at all a noob question @sagarchk - I was trying to figure out the same thing. 😆 Yeah exactly, the `pick` function will only work with `TypeC` currently. As...

@osdiab Just saw your response. We haven't found a need to use `t.intersection`. `t.type` combined with the `pick` implementation above has proven enough for defining types for decoding untyped data....

@tappleby Could you take a look at this and lmk what you think?

@tappleby Ok thanks. Fyi, its based on a similar PR I made on another repo and subsequent changes: - PR: https://github.com/tshelburne/redux-batched-actions/pull/11 - Subsequent commits (check changes made in last 4...