silverwind
silverwind
Yes, Shadow DOM is a big use case that won't work with `document.querySelectorAll` as by design it can not reach into Shadow DOM which acts as a CSS boundary. There...
Sure, keep it your way if it fits your use case and probably that of many others. Myself, I will be looking for alternatives that are better suited for my...
I've managed to switch to https://github.com/web-padawan/vanilla-colorful. It's certainly a bit more effort with manual creation of popover and previous square, so likely not for everyone.
Some CSS vars would be great for all colors (including box-shadows) and maybe border-radius. Such vars would remove the need to have themes because those themes could just be a...
I recently customized the CSS and yes I do agree that not all colors make sense to expose as variables because they would never be altered like the gradient color....
Yeah, I agree. It makes no sense to try to make it right for everyone with variables, so the themes are better seen as examples to be customized for deep...
You need a SSH daemon listening on `localhost:1234`. In my case it's a Vagrant VM which has my SSH key installed. `--ask-become-pass` should therefore be unnecessary as it authorizes with...
You should be able to reproduce if you disable `gather_facts`, so it goes directly to the `synchronize` step, and in that case you don't need anything listening on `localhost:1234` to...
[Here is a repo to reproduce](https://github.com/silverwind/ansible-synchronize-port). There is `str.sh` and `int.sh`, the only difference between them is that `str.sh` passes the port on the command line, while `int.sh` passes it...
I think https://github.com/ansible-collections/ansible.posix/issues/376 is the same root cause where `ansible_port` is passed as string.