Oori
Oori
_Symptom_ Building from sublimetext works but: 1. The build process is very slow. 2. The app runs extremely slow, unusable. Processing runs at 0.x FPS 3. camera and microphone not...
Clarification requested for: https://github.com/HaNdTriX/generator-chrome-extension-kickstart/blob/master/DOCUMENTATION.md#polyfill-vendor-differences Related to this list: https://bugzilla.mozilla.org/show_bug.cgi?id=1161828 And this: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities Thanks for your code.
AngularJS allows alphabetically `order by` string, see [doc](https://docs.angularjs.org/api/ng/filter/orderBy)
It breaks SSR, as no `window` is defined. There are various [workarounds](https://reactql.org/docs/ssr/environment), but it's nicer handled in the library itself by [checking for window](https://github.com/webpack/react-starter/issues/37#issuecomment-104304128). I thought it's only [this line](https://github.com/dunnock/react-sigma/blob/f25d7f1251ac22ffe31d785dffdbf5b67e0f44b1/sigma-src/main.js#L45),...
Fixes https://github.com/jspears/bobamo/issues/19
fixing what was broken on this commit: https://github.com/jspears/bobamo/commit/a9418e2405c68b7436a3fbe63c999d38c9c6cec4#diff-ba33f92f0e3fe9b3fd162661fdf9d79aR1
https://github.com/jspears/bobamo/blob/master/plugins/passport/passport.js#L14 is missing something like this after it: `if (this.options.authModel) this.conf.authModel = this.options.authModel.modelName;` Should I send you a PR? I'm not sure if that's the intended way for this to...
gsync is great for syncing backup folders from vps. Using automysqlbackup (and alike) with this tool is a great combo for offsite backups. only **--delete** switch is missing in order...
Trying your extension on chrome canary with a large _(old, yet alive and kickin)_ 3.4.0 webapp. It directly throws: `isException: true value: TypeError: undefined is not a function` The extension's...