Rafael Jaques

Results 47 issues of Rafael Jaques

Running for the first time on OSX, with bundled PHP version, will result in error with missing library. ``` dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib Referenced from: /Users/{username}/Node/php-assistant/app/php/osx Reason: image not...

bug
osx

So far we have some complete translations and some translations that are half-way. Any help creating or updating translations would be appreciated. **Any unmarked language needs update!** - [x] Belarusian...

enhancement
help wanted
hacktoberfest

To avoid screen blink when loading, it's better to wait for _ready-to-show_. Add `show: false` to BrowserWindow parameters and wait for event. ```javascript window.on('ready-to-show', () => { window.show(); } ```

enhancement

This can be tricky, but will solve a lot of problems if done correctly. Bundle the most recent version of PHP in each of the builds. Move only necessary files....

help wanted
new feature

Figure out a way to codesign application for distribution.

enhancement
help wanted
hacktoberfest

Doc: http://electron.atom.io/docs/api/app/#event-open-file-macos

new feature
low priority

Change to bundled version, not "bundled" string.

bug

A hidden folder will be more elegant. Ref: http://stackoverflow.com/questions/22053335/node-js-create-hidden-directory-windows

new feature
hacktoberfest

_Update available_ is taking a lot of space. Add it as a badge should keep interface clear. Clicking on _Settings_ should open settings window with a badge telling that an...

enhancement
hacktoberfest

The old behavior was to set **php.default** to _bundled_. Now it's time to adapt to work the new way. Now the app starts with no binary selected. How to reproduce:...

bug
hacktoberfest