Jan Konopásek
Jan Konopásek
To add a use-case, I'm trying to `checkA11y` before and after a button is enabled and the button has a `transition` set for the bg/color changes. I'm getting random errors...
This is blocking us from upgrading to `[email protected]`, because version 3 no longer ships `/lib/context` and neither does it export the context or raw `Provider` in the main module. (We...
@taschetto Thanks for the suggestion. I'd rather avoid adding another layer that I have no need for though. Still, it might come in handy eventually, if things get nowhere on...
@thymikee Of course I'm returning the value to make Jest wait - that's completely off the point. Note how you even left the line `.then(() => {})` in your code....
@giorgio-zamparelli: _"Concurrency is hard so let's not test it"_ is completely beside the point of the original report. The issue is not concerned with _pending_ promises but rather with the...
> Heads up: A workaround for this problem is to use yarn instead of npm. Tried it with `yarn`, got the same exact error. _(node 8.9.0, npm 5.5.1)_
_And to add a proper description:_ `histogram` crashes in `tickStep` with the message in this issue's name, because it supplies a negative number as argument to `Number.prototype.toFixed`. It has been...
This issue points out a fundamental flaw in this whole concept. Patterns are identified by IDs, which are supposed to be unique for the whole document. Since they're attached to...
Creating chart-specific dynamic IDs for the patterns means that you can't use patterns the same way you use colors, just by specifying the name of the pattern. You'd have to...
@danatcofo I'm not sure what you mean by that. Based on the Highcharts [page on themes](http://www.highcharts.com/docs/chart-design-and-style/themes), these are just sets of options. The issue here is that the pattern definitions...