Arnaud
Arnaud
Have you tried small debugging like the following? ```js const electron = require('electron'); const sweet = require('sweet-electron')(electron); console.log(sweet().ready); ``` Replacing all `main.js`'s content with this short code and see what...
Hey @FDiskas! Feels like using `node-git` raised some issues for some users (#78). I don't really have time to investigate this more at the moment, sorry. I remember that Atom...
Thank you very much for your input @FDiskas. I'm sorry, I have no ubuntu running on my computer right now. If you want to help with the issue, it's actually...
Do you have any idea how to add this to the release pipeline? I don't really know where to put it inside the travis configuration.
Yes, true. I think additional positions for this would be great and given the project structure, shouldn't be difficult to add. Just like you though, my free time is limited...
Same problem here using that same configuration too. Worked fine using 8.1...
Sure I am.. :disappointed:
Right, I did try this as well but turned out that it would fail once running in React Native...just thought I would switch back to a simpler version. Anyways, thanks...
Hey everyone, Thanks a lot for looking into this. I'm not active on this repo hence the delay! Is the `import_map` our only way to go? Or can we use...
Awesome, thanks @hugopeixoto for all these details! Let's go with option 2, and if the pr does not get merged, we can directly use your fork too