Tolstikov Vladimir
Tolstikov Vladimir
Execute `Vim Mode Plus: Clip Debug Info`(which write info to clipboard) then paste here. debug info ```json { "atom": "1.27.1", "platform": "darwin", "release": "17.5.0", "vmpVersion": "1.32.0", "vmpConfig": { "blackholeRegisteredOperators": [],...
I believe that Yarn PNP could be a better alternative for installing dependencies. It is several times faster than pnpm. You can check it on the pnpm [Benchmarks](https://deepai.org/url). people usualy...
### Describe the bug Storybook overrides environment variables defined with prefix `REACT_APP`. Possibly, it overrides more variables, but I don't investigate it. ### Steps to reproduce the behavior 1. Define...
### Describe the bug Intstumented functions always bubble up errors to interactions panel. But in play function I can handle error. After that code will continue to run and all...