Mark Hughes

Results 36 comments of Mark Hughes

Perhaps you are not running it with `sudo`? ``` sudo npm -g install airsonos ``` Was _airsonos_ installed before? Try this: ``` sudo npm -g uninstall airsonos sudo npm -g...

I think terminating it with `CTR+C` is fine

WASM with a fallback to js would be amazing (https://caniuse.com/?search=wasm). But is this project even active?

If this goes ahead it'd be worthwhile to add a blacklist of variables too (e.g. `password` or `cc_number`) that just replaces them with `*****` or something like that.

Looks like the solution for now! They should have something added to the Makefile for this, or perhaps there is a better way to detect the path of openssl (not...

I also had this issue while using vue-agile w/ Nuxt. However, adding to transpile as @amitkumar stated resolved the issue! Cheers!

@garmeeh is this something I could implement for you?

@shyam-habarakada is there a build step missing? I'm getting `Error: Cannot find module 'electron-settings' ` ``` Uncaught Exception: Error: Cannot find module 'electron-settings' at Module._resolveFilename (module.js:470:15) at Function.Module._resolveFilename (/Users/markhughes/src/Cumulus/dist/Cumulus-darwin-x64/Cumulus.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12) at...

We can use `getFilesFromEvent` for now to do the checks, a bit hacky but something like... ```js getFilesFromEvent: async (event) => { const files = event.target.files || event.dataTransfer.files const promises...

However, we could just let the dev decide in the end :)