Jake He

Results 8 issues of Jake He

Hi, My node app uses `aws-crt`. `nexe` builds fine, `exe` is produced. When I run it I get this error: ```` PS C:\Code\mir-kiosk-electron\windowsSockets> nexe --verbose --build .\dist\windowsSockets\src\index.js i nexe 4.0.0-beta.18...

**Description:** I am tried to follow this guide to setup website push notification example. On load I get this error ``` Uncaught (in promise) Error: (Host) isUsingSubscriptionWorkaround() cannot be called...

Need More Information

Hi, Is it possible to configure custom actions to run powershell script? I want to install other things and configure them. Anything I can do to make this happen?

I am using `v9.12.6` But when I change it to `v1` I get this error. Why is that? Compiler config issue? ```` Error: Cannot find module 'ix/asynciterable/index.js' at webpackMissingModule (/Users/jakehe/Code/pam-app/.webpack/main/index.js:217964:89)...

"jimp": "^0.16.1", error: ```` DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. at showFlaggedDeprecation (buffer.js:194:11) at new Buffer (buffer.js:281:3)...

Hi, ```` var start = moment("01/01/2018", "MM/DD/YYYY"); var end = moment("12/06/2018", "MM/DD/YYYY"); var recurrence = moment().recur( start, end ).every(["Tuesday"]).daysOfWeek().every(3).weeks(); console.log('d'); if (typeof recurrence !== 'undefined' ){ console.log('defined'); console.log( recurrence.next(1) );...

Hi, I have copy and pasted the sample code in to my main.js ``` switch (squirrelEvent) { case "--squirrel-install": console.log("install event ========================"); spawn("powershell.exe", [`${appFolder}/../appx/install.ps1`]); ```` How do I see output...

Hi, How do I use this module? I can't make much sense from the doc. This is my logger setup. Right now, I only can see the error message in...