Sviatoslav
Sviatoslav
This issue was already created on the old shipit-deploy repository, but probably an author have not transferred the code here: https://github.com/shipitjs/shipit/issues/66 https://github.com/shipitjs/shipit-deploy/pull/162 I'm planning to implement similar option, but it...
**Is your feature request related to a problem? Please describe.** Currently, thanks to react-final-form we have a way to change the format of the separate field by using `parse`/`format` props....
Hello, it turns out that default golang Glob function does not support common globstar (`**`) syntax. This syntax allows matching of files in subdirs too. Here are some useful links:...
Hello, `mdx` is a markdown extension, that allows to use React inside md files. React components can be used to replace current approach with macros. As a result we will...
If you'll change `index` from 100 to 0, the `setIndex` function which is called from `componentWillReceiveProps` will return wrong results: https://github.com/oliviertassinari/react-swipeable-views/blob/master/packages/react-swipeable-views-utils/src/virtualize.js#L34 - [x] I have searched the [issues](https://github.com/oliviertassinari/react-swipeable-views/issues) of this...
Currently Virtualize will recalculate the window only on index change, but there may be the cases, when slideCount changes dynamically. If in such case we will be on slides edge,...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [X] Feature...
If you'll run react-jobs without SSR and will use asyncBootstrap for other needs, that can not be covered by react-jobs at the moment (#39), it will break async bootstrapper from...
Let's do that! I'm not agree with the rules, that standard js dictates, but this is another story. The reason why I suggesting this is because eslint + prettier will...