FredericH

Results 80 comments of FredericH

See https://github.com/FredericHeem/starhackit/pull/102

Same issue with **mergeDeepLeft** ``` mergeDeepLeft({ foo: 1 }, undefined ) ``` fails with the error: `Cannot convert undefined or null to object` See [REPL](https://ramdajs.com/repl/#?mergeDeepLeft%28%7B%20foo%3A%201%20%7D%2C%20undefined%20%29%0A%0A)

I was bitten by the same bug so it's a real one.

Feel free to create a PR. I am away from my computer for another 2 weeks.

Any news on isIn? It would be a great addition.

I have a non mergeable fix at https://github.com/FredericHeem/adm-zip/tree/time_ERR_OUT_OF_RANGE The idea is to set to time field to 0, needed to make the zip predictable, i.e same input => same output.

Indeed, RAML is great, it generates html api documentation and mock server. The other rest api description languages are _swagger_ and _apiary_ but RAML is my preferred one.

In the following simplified example which attempt to implement an input component, the id property may be undefined. ``` import { css } from "goober"; export default function (context, options...