Ivan Maslov | JavaScript & Web Performance Enthusiast

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

For example i want to optimize this case: ``` html ``` Why I can't use it like below? ``` html ```

Sometimes is important to have dynamical height of vlist items, at least first one. It should be great feature.

I using browser-sync with gulp and angularjs. When I pass ghostMode: false to browser-sync settings, or disable it manually - it doesn't change ghost mode and still syncing all my...

**Do you want to request a _feature_ or report a _bug_?** Question/feature **What is the current behaviour?** Complex to update. **If the current behaviour is a bug, please provide the...

fix #264 Add setCustomHistory function, because customHistory is read-only when exports. Router class now extendable, to extend it - simple copy its constructor without "Object.getPrototypeOf" condition. Add export for canRoute,...

In my case I have to modify the preact router, to make it supports my own functions/behaviour/etc. I can't do it right now: 1. initEventListeners will always be called 2....

```js export const cacheable = new CacheableLookup({ cache: new QuickLRU({ maxSize: 1000 }), }); ``` ``` Type 'QuickLRU' is not assignable to type 'CacheInstance'. Types of property 'set' are incompatible....

If I use Request, I also can set headers, method, etc and work with it. https://developer.mozilla.org/en-US/docs/Web/API/Request

enhancement
help wanted

For example when I do in webpack: ``` import { createNodeHttpRequester } from '@algolia/requester-node-http'; ``` It falls in the browser with the error: ``` Uncaught ReferenceError: process is not defined...

It would be fine if you could have an online example. Because my ip detecting as UTC, but maybe it localhost (127.0.0.1).