Max Donchenko

Results 16 issues of Max Donchenko

**General Information** Please extend an API to use specific style rules which are part of complex ones. For example, now I can check whether the Component has the `border-top` style...

enhancement

(related to https://github.com/sindresorhus/query-string/issues/201) ## Consider 2 examples: ```ts const search1 = '?phoneNumber=%2B380951234567&subtopicId=2&topicId=1'; const result1 = queryString.parse(search, { parseBooleans: true, parseNumbers: true, }); const search2 = '?phoneNumber=a%2B380951234567&subtopicId=2&topicId=1'; const result2 = queryString.parse(search,...

enhancement
help wanted

### Subject of the issue ### Your environment | Software | Version(s) | | --------------------- | ---------- | | `redux-form` | 8.2.3 | | `redux` |4.0.1| | `react-redux` | 7.0.3...

bug

I'm testing URL interaction using `push` from the react-router package. Having the same 2 objects serialized in console, I have no idea what's the difference between them. Output: ![Screenshot from...

Seems like "allowBlank" is a common validation flag so it can be moved to `DefaultValidatorOptions`.

![ezgif com-video-to-gif](https://user-images.githubusercontent.com/10671879/64522800-84ed0800-d303-11e9-8e96-80c3a7554593.gif) So basically file validation runs with empty files list producing **"is not a file"** error. Any piece of advice would be highly appreciated. ### Field: ```tsx ``` ###...

Related to https://github.com/gtournie/redux-form-validators/blob/master/examples/src/index.js#L25. I'm working with Redux-Saga and it watches for `"CHANGE_LOCALE"` action: ```ts // saga export function* changeLocaleSaga(action: routines.setLocaleAction) { yield call(LocaleService.configureReduxFormValiators, action.payload); } yield all([ takeEvery(routines.CHANGE_LOCALE, changeLocaleSaga), ]);...

1. Open the [codepen link](https://codepen.io/minhtranite/pen/RgoaLL) from [this section](https://github.com/tjrexer/react-notifications#umd) 2. White screen, nothing happens. As well as any other react-notifications codepen examples.

documentation

Great plugin, I love it! Tho it may be a challenge to fix all the warnings in a big codebase.

STR: 1. Navigate to any (let's say XXX) user profile where the analyzer can be run. 2. Run it, wait for the results Expected result: "Follow back" and "Unfollow" buttons...

bug