hevilp
hevilp
Transparent and Resziable is ignored. ` let mainWindowState = windowStateKeeper({ defaultWidth: 440, defaultHeight: 335, }); win = createWindow("main", { alwaysOnTop: true, //frame: false, transparent: true, //resizable: false, width: 440, height:...
### Which node are you reporting an issue on? node-red-node-sqlite ### What are the steps to reproduce? I put my database into home folder (`/home/dietpi/temps.db`) and used a fixed query...
Hi, is the consumption data taken? in the SQLite default database we have consumption table - but no data inside
` const path = require('path'); const fs = require('fs'); const app = require('electron').remote.app; const cp = require('child_process'); const remote = require('electron').remote; var win1pfad = path.join(__dirname, "win1.html"); var windowManager = remote.require('electron-window-manager');...
Hi, I want a fresh install: ``` root@truenas[~/freenas-iocage-nextcloud]# ./nextcloud-jail.sh JAIL_INTERFACES not set, defaulting to: vnet0:bridge0 ls: /mnt/daten/NextCloudJail/nextcloud/config: No such file or directory nextcloud successfully created! Stopped nextcloud due to VNET...
Hi, today I got the error below, where is there error? No ground, no heat, just nothing that helps. It worked for many weeks flawless ``` < 23:00:36.307: N238737 G1...
Hi, ich bekomme eine Ausgabe - jedoch ist consume leer. ``` { "pconsume": 0, "pconsumecounter": 3239.5322, "psupply": 6215.3, "psupplycounter": 7826.8357, "timestamp": 1660566997.2499187 "psupply": 6203.2, "psupplycounter": 7826.846, "timestamp": 1660567003.2487848 } ```
For mqtt the modules paho-mqtt python-etcd are needed!
Hi, I tried your code in my project. I got no errors, but the Modal is not getting opened. I have ` openModal(id: string){ console.log('openModal ' + module.id.toString()); this.modalService.open(id); }`...
Hello, how to configure, that it is possible to connect not only from localhost?