Mikael Finstad

Results 1454 comments of Mikael Finstad

It's not obvious how to use ncc with electron. They don't even mention it in their doc. Also it seems that it does not even work with electron, because you...

I mean it doesnt support customizing output file name, so if you have main.js and preload.js it will output the same name index.js for both, which will overwrite (see the...

I'm not sure how that option can be used to build files separately for the electron preload target and main target, do you have any example?

I thought that it would be a separate operation to restore users' passwords from a separate db, or reset their password. And i thought sending a mail to the users...

I just did a rewrite to ESM and async/await so the code is a bit easier to work with now. If anyone wants to submit a PR for any of...

Hi. thanks for your pr. what's the reason for needing this?

Opps! I'm sure it's a bug here in commonify due to the `node:` prefix. As said in the readme this mostly an experiement and I didn't test it extensively on...

If you do a `require('cordova-xml')('/Users/xyz/dev/workspaces/tmp/myApp/').setId('com.example.myid')` then does it not fail?

hi. there should be the `--throughput` flag for import also. Does it not work? https://github.com/mifi/dynamodump/blob/093058097b3ba6e008c5ac48bd90ab9fbc1dbaaf/cli.js#L290