shellyln

Results 15 comments of shellyln

Hi, `WIP limit` in the gallery [Basic Kanban board](https://github.com/shellyln/kanban-board-app/blob/master/docs/gallery.md#basic-kanban-board) is just a caption text. I have implemented no special constraints and features.

Unfortunately, I haven't written any sample code for them yet.

Hi, @JessicaMulein . Reed-Solomon encoding has been well tested by reading QRs generated using the library with a physical QR code reader. Decoding, however, has not been well tested. Also,...

> Can you see anything wrong in what I'm doing? * In general, the error correction capability is 1/2 the degree of the generating polynomial. (Your code seems to be...

If you use Node>=`13.0.0`, webpack is reqired. On `10`

Hi, @cameronbraid . Thanks for your useful information. I think it's a very good way to get started this example w/o webpack.

The latest commit can now be run without Webpack. b9da40b526b30ca71cae1239bf160ca545b02da9 ```sh npm run build npm run start:v12 ``` Node>=`12.13.0` is required.

Hi, @bakkiung ! Thanks to posting the issue. It is NOT possible to handle the user events (e.g.: mouse hover, click, ...) that trigger Chart.js drawing the tooltips, bold storokes,...

Hi, @techquestions Thank you for your report. `linear is not ...` error seems to be caused by a change in the way 3.x setup. https://www.chartjs.org/docs/latest/getting-started/v3-migration.html Also, the method `resetTransform()` of...

Hi, @bitbytebit1 . There are no immediate plans to apply the patch to `red-agate/packages/red-agate-svg-canvas`. Please use https://github.com/shellyln/chart.js-node-ssr-example/commit/582974b4903636d5a327eee13c1693f1ff4550d8 .