Oliver Cristian
Oliver Cristian
Hello @Miguel-Gen, first of all, look if there's python in your PATH, you can search it: `where python`. I don't know what environment you're having, and I assume you're on...
@Miguel-Gen i forgot to mention, to install it globally and automatically setting python up, you must use a powershell or command prompt with admin rights.
That's Facebook doing, I don't think there's much to do since they started blocking accounts using this library. Just don't even bother, you can't solve it on your end.
No it doesn't. It's used to make bot-like services.
Hello, this has nothing to do with the issue, but with your formatting, include your text between triple apostrophes on newlines, so that the output of the console is easier...
Spotify desktop client uses a modified version of CEF and prolly one of atom-shell (Electron nowadays) so I think that it can be possible.
Seems to be a problem only with the exceptions. The `-fno-exceptions` flag comes from node's [common.gypi](https://github.com/nodejs/node/blob/master/common.gypi#L438) file. [This](https://github.com/23phy/ewc/blob/master/binding.gyp#L15-L16) is supposed to make sure it doesn't use that flag. One method...
@abettadapur, you're using a native module, which kinda demands that you compile it on the target platform. A solution I see would require you to compile the module on Windows...
Hey @tylerl0706, thank you for opening an issue. Honestly, I wasn't thinking about this, I've always used ```frame: false``` and designing my own title bar. I'll look into it when...
The initial background of the body element is white I believe, try setting a rule in CSS to body element as so: ```CSS body { background: transparent !important; } ```...