antiochtech
antiochtech
my `project/node_modules/keytar/bin` only includes a `linux-x64-89` directory. being sort of a newb, im not sure how im supposed to acquire and include binaries for other platforms and architectures?
kinda surprised theres no progress on this?
finally got it. how do i contribute the armv7l version of the keytar.node file to the project?
newb question, im sure...but how does one get these correctly prebuilt binaries? my project has been stuck for months because of this...
@dennisameling, im using electron forge, not builder. do i need to switch to builder to finally make keytar work on things other than linux x64? win32 x64 would be great,...
i'd say youre right. `project/node_modules/keytar/bin` only includes a `linux-x64-89` directory. seems i need to figure out how to `npm install` for other platforms/architectures?
kinda surprised theres no progress on this?
just noticed that it only happens when the source video is shot in slow motion (in this case, a frame rate of 240).
or if this makes it any easier... renderer.js: ```js var util = require("util"); var mysql = require("mysql2/promise"); var bluebird = require("bluebird"); var sqlConf = { host : "localhost", user :...
arrived here trying to figure out how to backup signal on my older, non rooted android phone that wont allow me to change the backup folder within the app. i...