Jan Misker

Results 26 issues of Jan Misker

React 18 should be added as peer dependency, otherwise in a React 18 project this package will install another copy of React 17.

When there are undefined items in the series, the summing of stacked bars goes wrong. Fixes #1254

When there are `undefined` items in the series, the summing of stacked bars goes wrong. I tracked it to this line: https://github.com/gionkunz/chartist-js/blob/e7e78201bffe9609915e5e53cfafa29a5d6c49f9/src/scripts/charts/bar.js#L152 Instead of ``` return { x: prev.x +...

Found out by accident it is possible to zoom in the app window, not major issue but a bit messy (or it is a feature?)

Using SVG.List instead of SVG.Set

`V4L2_FL_USE_FH_PRIO` is not a known symbol anymore, commenting out line 2070 fixed it for me. https://github.com/xxorde/librekinect/blob/master/gspca.c#L2070 I'm on a Raspberry Pi 2 with Linux 3.18.5-v7

Since Chrome 37 certain audio filters are enabled by default, these constraints switch them off.

The api key generated via `Algolia::searchKey` is too restrictive, it only includes the primary index in its `restrictIndices` array. When using replicas for sorting with that key it fails, because...

### SDK Version Other (specify in 'additional context') ### PHP Version PHP 8.1 ### Composer Version 2.x ### What happened? Using 7.2.1 and out-of-the-box config, I get an error "Undefined...

bug

The package is great, works very well. I was wondering whether it is possible to create a volume level meter. So a single or dual (stereo) bar display?

enhancement