Kirill Konshin

Results 37 issues of Kirill Konshin

It would be great if when I click on Spaces toolbar icon the list of available spaces will be right there. Currently I have to click "Quick Switch" and then...

https://github.com/etiennedi/enzyme-wait/blob/master/src/index.js#L35 ```js const targetComponent = rootComponent.find(selector); if (targetComponent.length) { clearInterval(intervalId); return resolve(targetComponent); } ``` It would be very convenient to return a found component.

It would be very useful to add a filename with test to testcase report

``` js if (typeof define === 'function' && define.amd) { define(['underscore', 'exports'], function(_, exports) { // amdclean -- this works good, no changes here return factory(root, exports, _); }); }...

bug

As a follow up for https://github.com/gfranko/amdclean/issues/65 If `escodegen` has `sourceMapWithCode:true` then any given `wrap` other than `false` will produce ugly results with `[object Object]` instead of the code. The cause...

NPM: `hoist-non-react-statics`

Yarn has introduced a new approach to install dependencies: plug'n'play, it will be the default option for Yarn 2. PNP means that Yarn will not copy dependencies to `node_modules`, it...

feedback
type: new feature

It would be great if app would allow to copy the `Artist - Track` from the dropdown: ![image](https://user-images.githubusercontent.com/1530410/82273223-c40f3680-9931-11ea-939d-ff82b1bbb5b4.png) Or at least allow to select and copy text.

react-dom is not listed in peerDependencies which causes Yarn 2 in plug'n'play mode to fail

``` info [gatsby-plugin-graphql-codegen] definition for queries of schema default-gatsby-schema has been updated at ./src/lib/gatsby-graphql.ts success extract queries from components - 0.059s info [gatsby-plugin-graphql-codegen] definition for queries of schema default-gatsby-schema has...