Filipp Riabchun

Results 33 issues of Filipp Riabchun

It should wrap content instead of filling the parent's width

enhancement
help wanted

See https://webpack.js.org/guides/dependency-management/#context-module-api

This update the packages reported by `npm audit`

``` jest.retryTimes(3) describe('foo', () => { it('works', () => { expect(1).toMatchSpecificSnapshot('foo.snap') throw new Error() }) }) ``` expected: only 1 snapshot is written actual: each retry has its own snapshot...

bug

I try to run my gradle task on a linux agent on CI. Here's the relevant part of `build.gradle`: ``` plugins { id "com.moowork.node" version "1.3.1" } node { download...

https://reactjs.org/blog/2020/02/26/react-v16.13.0.html#deprecating-reactcreatefactory > React.createFactory is a legacy helper for creating React elements. This release adds a deprecation warning to the method. It will be removed in a future major version.

Flow version: 0.147.0 ## Expected behavior As [documented](https://flow.org/en/docs/config/declarations/): all errors in files from `[declarations]` should be ignored ## Actual behavior flowlint errors are still reported * Link to Try-Flow or...

bug
linter

I want to be able to add temporary logics, e.g. something that only applies while some particular React component is mounted. So ideally, I'd like to do something like that:...

React team recently published a blogpost: https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html TL;DR: `cWM`, `cWRP`, and `cWU` methods are considered unsafe for future async rendering and will be deprecated soon. The recommended way for open...

- go to http://alexcurtis.github.io/react-treebeard/ - triple-click on 'node_modules' - see this: Reproduced in Chrome, FF, and Safari