Ivan Maslov | JavaScript & Web Performance Enthusiast

Results 23 issues of Ivan Maslov | JavaScript & Web Performance Enthusiast

We need more functions, for using it in code without django templates

The library doesnt support require or import (CommonJS, UMD, es6 webpack import, etc)

enhancement

I had to use my own filters on my site before ng-tasty. After ng-tasty I had decide to save them. My demand is to call updateServerSideResource right from controller (on...

Photos from specific url with https:// stop displaying after photo viewer closed. iOS, Android.

### Description A lot of useless code coming with this library: 1. Buffer polyfill 2. Lodash (defaultsDeep) ### Expected Behavior It works without these libraries or load them only on...

#### Summary IE10+ browsers support [btoa](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/btoa) function. Do we really need 50kb Buffer polyfill in the browser? With this pull request https://github.com/commercetools/nodejs/pull/1650 we can just get rid of the entire...

#### Summary Replace Buffer.byteLength(body).toString() with simple body.length. It allows to use only Buffer.from polyfill, instead of the entire Buffer's polyfill (around 50kb) #### Description Check the sdk-auth umd file -...

#### Summary defaultsDeep includes the lodash.defaultsdeep file what weight 51kb we can use just Object.assign here #### Todo - Tests - [ ] Unit - [ ] Integration - [...

Of course iphone7 and iphone SE have the same screen size as iphone 6 and iphone 5, but maybe it can be more intuitive to have these mixins?

I use babel-node for react jsx and some other stuff. Does it possible to run the clinic flame with the babel-node? **Using command:** `BROWSERSLIST="> 0.8%, not IE 11" BABEL_DISABLE_CACHE=1 NODE_ENV=production...

enhancement