TanninOne
TanninOne
I'm using this module from electron and recently electron has declared modules as deprecated that aren't context-aware, the error message is `(node:11920) Electron: Loading non-context-aware native module in renderer: '\\?\...\node_modules\msgpack\build\Release\msgpackBinding.node'....
The operating system is Windows 10 I have a project that heavily relies on native libraries, some are based on nbind others use nan directly. On electron 2 and 3...
### Thanks for opening an issue! Please select the type of issue you're reporting. For questions. - [x] Bug - [ ] Feature Request - [ ] Question ### Problem...
I'm encountering an issue and am not sure if I'm doing something wrong or if this is a bug. What happens is: My app loads in two phases, the store...
### Issue Details * **Electron Version:** * 11.0.0-beta.20 * **Operating System:** * Windows 10 19041 * **Last Known Working Electron version:** * None ### Expected Behavior I have "Directory Opus"...
As you may know, Vortex integrates divine.exe to read pak files (primarily to get at the meta.lsx file for BG3 mods). At least one of our users got the following...
With Electron 15.1.0 and @electron/remote 2.0.1 calling this from the renderer process: `require('@electron/remote').getCurrentWebContents().session.cookies.get({})` returns a promise (as expected based on the api reference) that never resolves or rejects. In the...
When parsing tags this code entirely relies on a parse result: ``` let params = this.parseParams(token.slice(1, -1)); let tagName = params[0][0].toLowerCase(); ``` However parseParam will return an empty array for...
https://github.com/finepointcgi/Materialize/blob/5dcea2740b716032a5a635c1ed87e8b43624903d/Assets/Scripts/MainGui.cs#L884-L890 That's not the most efficient way of setting static color values as fallback for missing textures... ;)