Marcello Bastéa-Forte
Marcello Bastéa-Forte
Due to a bug (feature?) in commander, if you type `changelog release foo` instead of `changelog --release foo`, it generates an invalid package.json (with the version field as an array)....
Before fix: https://github.com/marcello3d/jsondiffpatch-flatten/runs/2767725051 > Failed tests: 24/3065. Failed suites: 24/2. After fix: https://github.com/marcello3d/jsondiffpatch-flatten/runs/2768044814 > Failed tests: 24/3065. Failed suites: 1/2.
I have this test case (based on #1171, available here: https://github.com/marcello3d/tmp-browserify-fail/tree/other-failure) where I create `bundle1`, require+expose `./foo.js` (with basedir `__dirname/js`), and it generates the wrong thing: ``` js var browserify...
Not sure if this a bug or by design, but I'm getting overlapping edges in some of my graphs. I've pulled together a minimal test case. The following graph: ```...
`react-docgen` will create a recursive structure for `React.PropTypes.shape` props. E.g.: ``` js propTypes: { /** `foo` is a structured object */ foo: React.PropTypes.shape({ /** A sub-property of `foo` */ bar:...
Hey there, long time user of GitX, and after updating to El Capitan (clean install), GitX has been failing regularly: spinning pizza wheel of death, forever and ever, even if...
I just posted an update to a [library I built](https://github.com/marcello3d/node-licensecheck) for checking the license of npm dependencies and was thinking it'd be cool to visualize all the licenses a given...
First off, awesome site idea! It'd be nice to see all public modules for a given user and what's up to date/out of date. This would be particularly useful to...
In conjunction with GH-13, it would be useful to support eventually consistent reads off of slave servers. See: http://www.mongodb.org/display/DOCS/Connecting+Drivers+to+Replica+Sets
In debugging both Mongolian and apps using it, it would be useful to see the commands being sent to the server and replies received. I'm not sure if this makes...