Uwe Ohse

Results 8 issues of Uwe Ohse

`Bliss.delegate(document.body, "dragstart", "[draggable=true]", function(e) { /* nothing */ }); ` leads to the exception in the title if one drags a text, because a dragstart event runs, and is handled...

bug

Hello, i took https://colorjs.io/dist/color.esm.js (as instructed on https://colorjs.io/get/ ), and ran into a problem: function parseCoord(coord) { if (coord.indexOf(".") > 0) { // Reduce a coordinate of a certain color...

Hello, the "free" values of ram, swap, disk in the output of pve_exporter are really the "used" values from the PVE node. I think this should be fixed. Shall i...

bug

This patch does two things: 1. add a few more metrics from nodes/.../rrddata (iowait possibly the most interesting). 2. add --one-shot option to aid development

Bliss.ready(function() { dosomething;}) worked with v1 and should work with v2, too. Dataset support for v2.

If one bundles version 2 like this: ``` cd src && bun build --target browser --outfile ../blissv2.js index.js ``` would this be enough to create a valid non-esm/non-module version functionally...

I wanted to add a dataset to elements created with $.create, and got browser errors. It's obviously not implemented, but i think it should be. Would a patch implementing that...

This is a pure documentation addendum. I wasted a number of hours yesterday trying to figure out why my color labels didn't show up in another application, and wanted to...