Kovas Palunas

Results 94 comments of Kovas Palunas

also interested!

FYI this issue was fixed for me by the new `require "paq" {

I think I have this same problem (running with `--backend glx` leads to invisible windows for me)

It looks like for me running compton with the `-b` flag was causing my issue.

I'm very interested in this feature to apply different levels of dimming to different windows I have to make their brightness and color comparable. Any update on whether this or...

I'd be happy to try implementing this, but don't want to duplicate work. Anyone else who's started on this want to open a (even partial) PR?

Hey I stumbled across this just now when working on my own project. The example in https://github.com/gadfly361/rid3/issues/10#issuecomment-549363052 also works for me so far (with [some errors](https://user-images.githubusercontent.com/8763010/138565580-d73c0902-a918-4135-9f78-df8c8e419c1b.png) when clicking on nodes,...

Ok thanks for the quick response! After my initial experimentation there are three things I still am not sure how to do: 1. Add links to nodes in the graph...

Specifically for dragging, when I add these print statements I can see that the `event` variable is `nil`: ```clojure (defn create-drag [sim] (-> (js/d3.drag) (.on "start" (fn started [_d _...