Andrii Bohomolov

Results 2 issues of Andrii Bohomolov

I have code like this: let plot = visibleArea .append("g") .attr("clip-path", "url(#clip)"); visibleArea .append("g") .append("clipPath") .attr("id", "clip") .append("rect") .attr("x", margin) .attr("y", margin) .attr("width", width - margin - 2*axisWidth + 5)...

Since I've upgraded gnome to 49 version keyd extension become disabled in gnome-extensions show. To enable it, I had to add "49" to metadata.json. Also directory name should be renamed...