ob7
ob7
I also need this feature. I wonder if anyone has some clues on how it could be implemented?
Nevermind, just found $(select).colorPicker.destroy();
Actually this does more than I need.... any way to just trigger a close instead of destroying the entire thing?
Heres the issue I'm having. When using a button to clear the styles present, even when targeting a specific selector, its the last color picker that was open that gets...
Hey PitPik, no worries. The good news is I've completed extending the picker to support gradients! And it works quite well. The picker works as a solid color picker at...
Thanks for the reply @PitPik, I really love what you've done with this color picker. Although I'm still trying to understand the code. I'm using the jsColorPicker that targets a...
same here... instead I use the "fit page to" functions. I also enabled my mouse in terminal and the mouse wheel zooms in or out just fine... but as you...
You could run cryptop as a different user which will have its own settings... allowing you to have different data listed.
The VPS I'm trying this on has something different about its disks. Each one is mounting as xvda1 or xvda2 as the entire disk, not just xvda. And if I...
I was able to load packages from nixpkgs release-24.11 via ```nix nix-channel --add https://nixos.org/channels/nixos-24.11 nixpkgs nix-channel --add https://github.com/nix-community/nix-on-droid/archive/release-24.05.tar.gz nix-on-droid nix-channel --update ``` however not all the 24.11packages I've tried actually...