Vadim Demedes

Results 23 issues of Vadim Demedes

### Types of Changes - [x] New addition to list - [ ] Fixing bug in existing item in list - [ ] Removing item from list - [ ]...

Follow up from https://github.com/sindresorhus/ava/pull/502#issuecomment-180450883.

enhancement
scope:watch-mode

If you'd like to support Ukraine to win this war sooner, donate to ["Come Back Alive" organization](https://www.comebackalive.in.ua/donate).

This PR adds `overflowX`, `overflowY` and `overflow` props to `Box` component to hide any content overflowing the element's bounds. Allowed values are `visible` (default) and `hidden`. This is a follow...

See https://github.com/vadimdemedes/ink/commit/a056565157de1049340bbf65e3ffc568a6759288 for context.

docs

This means that when a nested component needs to rerender, diff only checks the dirty component and its children (basically the whole tree below). In React/Preact, a dirty component means...

enhancement

Many people have questions why does Ink exists, why not use blessed/react-blessed, etc. I need to clarify it in the beginning of readme.

docs

[](https://issuehunt.io/r/xojs/xo/issues/71) Using latest xo (master branch), I'm unable to customize `babel/object-curly-spacing` rule via shareable config. package.json: ``` js { "extends": "my-config" } ``` my-config: ``` js { "rules": { "babel/object-curly-spacing":...

bug
help wanted
:dollar: Funded on Issuehunt

I'm not sure if it's the right title for the issue, let me know if there's a better one. I've used x0 on my main laptop and it worked fantastic,...