Jonathan D. Johnson
Jonathan D. Johnson

Generally it'd be really nice if in combination with the `autoresize` option, to be able to have the bar (and stacked bars) auto size their widths based on how many...
When using `autoresize` with a stacked bar chart, I'm overlapping the Y axis with my first bar. ```html import { Cartesian, Bar, Tooltip, XAxis, YAxis } from 'laue' export default...
It would be nice to be able to use this module via npm / browserify
- [x] I tried updating to the latest version. `jekyll-assets (3.0.11)` - [ ] I can't, there is an issue. - [ ] I Am on Windows - [ ]...
Slim template: ``` script#template[type="text/x-template"] div[v-bind:class="{'some-class': boolean_var}"] span contents ``` the results ``` contents ``` The problem is that slim is converting the nested `'` into it's HTML entity `'` Note...
I am trying to set up coverage aggregation for a parallelized build, per [this documentation](https://docs.codeclimate.com/docs/codeship-ci-test-coverage-example#section-parallel-test-coverage) > Before your tests: > cc-test-reporter before-build > After your final tests have run: >...
If I want to programatically `.focus()` the input element, I have to use `findDOMNode` which is deprecated and on the way out. It would be really useful to[ expose an...
First, this is a great component, thanks for sharing it! I'm writing some simple specs using `@testing-library/react` and I'm getting this warning: ``` console.error Warning: Can't perform a React state...
Unfortunately, the way we handle pasting kills resulting change events.