evs-ch

Results 3 issues of evs-ch

We're using chartjs-ror with a strict CSP configuration. Chart.js 2.8 provides an option to disable css injection and provides a separate stylesheet. This PR updates Chart.js, provides the stylesheet as...

Having switched to Wayland / Sway a short while ago, I've found working with the system clipboard and vim somewhat frustrating. After fiddling a lot with the "usual" recommendations to...

We're using materialize-sass with Rails with a strict CSP config. Using `setAttribute('style', style)` causes issues the style policy. `element.style = ...` is CSP compliant and could be used instead. jQuery...