birchb

Results 11 comments of birchb

@pmooredesigner Interesting. I'm also using vue-slicksort in two places in a quasar app. The one that is nested inside a q-card in q-dialog disappears as it is dragged. The other...

Out of curiosity, I implemented the changes jpangelle suggested on Dec 6, 2018, and I get this error: ``` Error: InvalidInput: Invalid input, not a video file [error code: 2]...

Sorry, I hadn't put in the code snippets so the first lines didn't show. That's resolved so you can see the complete code and error statements.

I was able to make it work by altering the path in config.js for electron build: ``` HandbrakeCLIPath = path.join(__dirname, '..', 'app', 'node_modules', 'handbrake-js', 'bin', 'HandbrakeCLI') ``` I also had...

Addemdum: Editing `lib/config.js` enables handbrake-js to work under a PROD build of electron without interfering with other applications. I'm an amateur, so YMMV. ``` switch (process.platform) { case 'darwin': if...

Thank you @felixwortmann! I had to add `http://localhost` as an authorized redirect URI in https://console.cloud.google.com/apis/credentials/. It may not be always necessary, but I also had to `flutter clean` and rebuild...

I faced similar issues. I'm documenting them here only because others might search here and find solutions: See [[google_sign_in] Support For macOS Desktop app #46157](https://github.com/flutter/flutter/issues/46157#issuecomment-843619264). MacOS is sandboxed by default....

+1 I cloned the repository and ran nom install. Here's the debug log: 0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]...

I’ve been using Zed installed through `brew`, and recently it would hang several seconds after launching. Out of curiosity, I downloaded the dmg from zed.dev. It ran smoothly without consuming...

I installed Zed from `brew` this morning, and zed promptly updated itself to the latest release: 0.187.7. 1. It did not ask for access to files from other applications, and...