Mordechai Meisels

Results 23 issues of 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

Type: Enhancement :pencil2:
Issue: Accepted

**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...

bug :bug:

![image](https://user-images.githubusercontent.com/12547785/81976829-1fba8680-95f7-11ea-87b1-2f65e3bbd740.png) 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?

enhancement

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: ![Capture](https://user-images.githubusercontent.com/12547785/61393515-22d9ce80-a88f-11e9-967f-0d7565158d59.PNG) Dissenter leaves this attribute untouched.

enhancement

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

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...