Dmytro Voronianski
Dmytro Voronianski
While trying to use Bowser inside [`_middleware` Next.js Middleware Functions](https://nextjs.org/docs/advanced-features/middleware) (also Vercel doc - https://vercel.com/docs/concepts/functions/edge-functions/middleware) `req.headers.get('user-agent')` of the browser is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like...
Is anybody experiencing this exception in Firefox? ``` TypeError: Array.prototype[H.unscopables] is undefined ``` FF 47.0.1, OS X 10.11.5, es6-shim 0.35.1
This will be very helpful.. for example getting file name from title (like it's already done - https://github.com/jashkenas/docco/blob/master/docco.js#L146) or from cli option.
`ng-if` inside card doesn't work.. module version is `0.4.1`. I see this issue closed - https://github.com/akoenig/angular-deckgrid/issues/37 but the bug is present.
it will be great if this lib will be available at [Cocoapods](http://cocoapods.org/)
``` diff: /../Podfile.lock: No such file or directory diff: /Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update...
`setState` on this line is causing React warnings when component is re-rendered before the promise is resolved. I suggest to use basic mount check before updating state there - https://github.com/contentful/field-editors/blob/master/packages/rich-text/src/Toolbar/index.js#L74...
I'm using Next.js with latest lodash v4.17.20 and latest babel-plugin-lodash v3.3.4 however for some reason I always get `lodash.min.js` inside the bundle. As for the imports it's used as `import...
Have such error: ``` Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! ``` while trying quick-ng-repeat with `filter` which is used with `$rootScope`: ``` ``` Without `filter` it works fine.