Joe Maffei

Results 4 issues of Joe Maffei

There are two mentions of a reactide.config.js file in the README: > The component tree works out-of-the-box by finding the entry point to your React application that you provide inside...

The instructions in the README only work in MacOS, because the electron-packager script has the `--platform` flag set to `darwin`: ``` "electron-packager": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=/Users/ep/Codesmith/reactide/icons/icon.png --prune=true --out=release-builds"...

I was looking into how to build a profile README, so I used your README to check how GitHub organizes headings on the user profile page. Using NVDA's Elements List,...

The project I'm working on required me to pass zoomFactor as an option, but phantom-html-to-pdf defaults it to a 1. This tiny modification is a useful addition to this package,...