Serhii [boonya] Buinytskyi
Serhii [boonya] Buinytskyi
Suggestion is to implement some script that will be executed every time on startup terminal session. This script has to check whether current version of installed project is up to...
I'd prefer to split current project on two different branches like: master (just pure vim with basic configurations) and python (vim for python development) It can be useful for people...
# Why I tried to run this code on a MacOS under docker and it failed twice. First time because of lack of permissions to run `./build.sh` ```txt # ./build.sh...
As a user I'd like to have ability to customise a quality of video record. This may be possible only in case of using video codec different to copy. E.g....
If no `dirSizeThreshold` option specified rely on all available storage space
I have a payload which freeze a tab of browser for a looong time. ```md **Heavy payload**\n\n\n\n*... the end of it* ``` As you can see this is a png...
**Describe the bug** Latest version of user-event lib recommends to use a little bit different API. Instead of using `userEvent.click` they suggest to create `user-event` instance first by invoking `const...
# Issue: #132 ## What Changed - [x] [It does not expect `await` before `userEvent.setup()` call.](https://github.com/storybookjs/eslint-plugin-storybook/pull/142/files#diff-5e5eabedd8fb0017ac5bbc73ac08c4021e5edb36a8ffc2ede23599ace551d69cR398) - [ ] [Does expect `await` before any call of method on object created...