Neon
Neon
### Overview The [data watcher of (`chartData`)](https://github.com/jtblin/angular-chart.js/blob/cbd1715662953fa2b39e2cd959802a1bcbaedd47/angular-chart.js#L118) makes use of the `objectEquality` option so `angular.equals` is used to recognize changes inside the datasets (deep equals). Unfortunately angular internally creates a...
### Overview Once the chart data changes, the chart is updated via the `watchData()` function. This works correctly as long as the data points count does not increase or decrease....
Should fix #124 but untested. Maybe `ReadLongRunningTask()` should get the same treatment, not sure.
A user reported slow prints (SerialPrinter) after updating to 2.0. Is there some new setting I need to define? Note: Previous version was 1.4.0, so 1.6.0 was skipped. Thanks
I've noticed that QRCode Model 1 is not readable. And Model 2 looks to be Model 1 when visually comparing the printed code with a Model 1 code printed via...
**Is your feature request related to a problem? Please describe.** Currently there's no way to retrieve the ID of a banned widget user, once their related messages and ban notice...
When using blob-callback and commit-callback in one go, blobs in `commit.file_changes` no longer have the correct blob_id. It looks like the blob IDs get replaced with an incrementing number. Is...
Currently custom appender properties cannot be mapped from xml if they contain dashes, even though they are valid xml. With this change dashes are now supported. Example: ```xml %d{HH:mm:ss} [%thread]...
Currently it's not possible to escape strings like `${some.property}` in the logback.xml. This is especially problematic when trying to use a replacement command with named groups in the appender pattern....
Using the ScriptEngine API to compile scripts fails when called from different threads. This is because the GraalJSBindings of the engine context are accessed during compilation, leading to at least...