Alex Kozack

Results 111 comments of Alex Kozack

Временно проблема решена, но требует улучшения

I completely agree. When you try to extract \* .tpl files (which is a valid html code), nothing happens. Translations were not found. At the same time there has been...

I have the same problem, but all of the input signals are already normalize: ```javascript const neural = require('../NeuralNetwork').toFunction() // In this directory are stored neural network and an array...

@nickpoorman I create simple repository for you [cawa-93/user-scaner](https://github.com/cawa-93/user-scaner) I noticed if the train network objects, the numerical data stored in net.json, however, if the I train arrays, all values =...

Not very special. Let's say I want to add "Next" / "Previous" buttons to a video playlist. And I want these buttons to be with other controls, or at least...

> > > > Spectron unfortunately is written to use the remote module and setting `contextIsolation: true` and `enableRemoteModule: false` will make spectron unusable. > > ^ Since a developer...

> > > > * Most likely, your application in production state uses a preload script that run `electron.contextBridge.exposeInMainWorld( ... )` > > * contextBridge API can only be used...

@lacymorrow ```contextBridge.internalContextBridge.contextIsolationEnabled``` looks like a good solution. However, I do not understand why this thing is not documented and is not in the electron type definitions? Is it safe to...

@zhex900 From [`contextBridge.exposeInMainWorld`](https://www.electronjs.org/docs/api/context-bridge#api) docs: > Function values are proxied to the other context and all other values are **copied** and **frozen**. Any data / primitives sent in the API become...