Walter van der Giessen
Walter van der Giessen
Try to run this snipped inside a web worker: ```javascript let obj = icaro({}) obj.listen(function () { console.log('Something changed!') }) obj.foo = 'bar' ``` It will result in this error...
### ✅ Prerequisites - [ x] Did you perform a cursory search of open issues? Is this feature already requested elsewhere? - [ x] Are you reporting to the correct...
Not a bug, but a feature request. After calling .show() & .hide() the body background is set to white instead of its original background. Why not save the original body...
### Is your feature request related to a problem? Support for downsampling algorithms such as [Largest Triangle Three Buckets](https://github.com/jeromefroe/lttb-rs). Current problem: Having tens of thousands of data points with no...