Yan Takushevich

Results 16 issues of Yan Takushevich

Having to do this: ```javascript const MutationWrapper = ({ children, ...props }) => {(mutate, result) => children({ mutate, result })} const { mutate, result } = yield ``` when you...

enhancement

Is this possible to set timeout settings as in this example: https://github.com/GoogleChrome/puppeteer/issues/782#issuecomment-329429325 ? ``` "reactSnap": { "puppeteer": { "networkIdleTimeout": 5000, "waitUntil": "networkidle", "timeout": 3000000 } }, ``` doesn't work. I'm...

enhancement

I have a preinstall script in my package.json: ``` "preinstall": "npm run checkversion", "checkversion": "node ./internals/scripts/checkversion.js", ``` And when I run `quickfix push` I get the following error: ``` Error:...

When I press Alt+S O or choose `SVG Viewer: View SVG` from the command palette nothing happens. The filetype is XML. Extension version: 1.3.0. VS Code version: 1.8.1.

It's impossible to add a new form or insert an existing one to a page. And there's an error in the console. Here is what WP REST API plugin throws...

You have different directional icons in the set, but some of them are missing. For example there is `arrow-left-bottom` for "Sharp Left" direction, but there's no `arrow-right-bottom` for "Sharp right"....

Where can I get the source files of the examples? It's almost impossible to understand how it works without any documentation.

We are using `uncontrollable` package as dependency. It has some issues with react 16, its batching version uses deprecated `react-dom/lib/ReactUpdates`. Can we switch to the non-batching version which works in...

I'm using Sublime 3. When I create a new style in a stylesheet, which is connected to the browser via LiveStyle, the new style is duplicated to the bottom of...