Mordechai Meisels
Mordechai Meisels
https://github.com/FormidableLabs/victory/blob/09c80335ddb520b327991d6a7e5b3bfc49ebcbf5/packages/victory-bar/src/bar-helper-methods.js#L60-L61 The callback variant of the VictoryBar `cornerRadius` only supports a number that is applied as topLeft and topRight
**Describe the bug** Victory blows up when you include a string or number as a child of `VictoryChart`. The usual case where we might have a string is when we...
 The top row uses Material UI's fields and the bottom are 2 `ChipInput`s. All fields have `margin='dense'` but the chip inputs' height are not the same as the top...
Hi, Love this great project. Is it possible to hide/collapse the file chooser on mobile or somehow make this easier to use on mobile in general?
https://github.com/edvin/fxlauncher/blob/f1eae017036124a1183cc9facf435ee6230a5ab9/src/main/java/fxlauncher/AbstractLauncher.java#L205 This will always cause a `FileNotFoundException` if a valid url is passed, leaving the only other option to use the `--uri` option. This conflicts the `README.MD` description that you...
Google can easily track my clicks as it gets pinged on every click in the search result page:  Dissenter leaves this attribute untouched.
If the scroll is animating—say—towards the bottom of the page and I quickly press a link that causes it to scroll up, the concurrent timers causes the page to jump...
Fixes issue #28
Fix #27
Fixes issue #27.
Since the `activeNavClass` is set in the [`onScroll`](https://github.com/StephenWeiXu/react-scrollspy-nav/blob/master/src/lib/ScrollspyNav.js#L45) it will only capture the class on a tiny scroll. The expected behaviour would be that the first element is selected on...