Eugène P.

Results 27 comments of Eugène P.

@leonardoventurini hello, in our project we use heavily use local collections and it will be a big thing for us to have such kind of support. I could start the...

@Colt-ain that's very simple with https://www.npmjs.com/package/electron-devtools-installer Make a function which installs redux via package mentioned above and place it somewhere inside `.desktop` folder In `.desktop/desktop.js` write ```javascript app.whenReady().then(youFunction) ``` And...

@wojtkowiak probably could be closed

@LDubya that's not much about meteor-desktop, but just common plugin for electron. Look around, maybe somebody already did it or at least left tips how it's can be done

Together with @Strangerxxx we updated meteor-desktop to work with the supported electron version as part of Sharekey OSS deps [link](https://github.com/sharekey/meteor-desktop/) tho we still struggling with upgrading to Meteor 2.X and...

Hi @awgust-taylor! First question, do you talk about win or macos? I suppose the second one, and if so, 1. Go to `.desktop/build/entitlements.mac.plist` (create the file in case there's no...

Does this PR https://github.com/elastic/apm-agent-nodejs/pull/1306 actually solved problem for you @SimonSimCity?

Checked example on with both android (10 on simulator, 11 on real device) and ios (14.5 on simulator, 14.7.1 on real device) builds and works well! Though still, there is...

@TheRealNate also please add the description of the repo to README as described in [How to add your example?](https://github.com/meteorrn/examples#how-to-add-your-example) section. Those points * Create a PR including it in this...

My two cents: that’s behavior is correct and should stay in place, but to make clear for user that what happens is expected behavior there should be a tip somewhere...