Alex Huang
Alex Huang
I took a look at #1533 but is the default behavior supposed to show menu upon right click? If so that's still not working.
left click opens the clipboard interface/full menu: but right click does nothing. When I run `/Applications/CopyQ.app/Contents/MacOS/CopyQ config tray_menu_open_on_left_click true` the tray menu shows. Right click still does nothing. Double left...
I just built 24ad902 and ran `./CopyQ config tray_menu_open_on_left_click true` However, left clicking the icon still brings up both the tray and window, shown below. Bonus problem: seems like there's...
I was able to get around this by using node v10.24.1 and `npm install -g [email protected]` by trial and error instead of `ghost-cli@latest` as stated in your official docs https://ghost.org/docs/reinstall/...
> I'd upgrade your version of Ubuntu from 16.04. It seems this is unrelated to the original problem. A machine running a newer OS with the same node/npm packages will...
> I understand the frustration, but unfortunately, this isn't feasible as it would force Ghost CLI to support node versions that are no longer supported. Hmm, I guess it's rather...
Hi, it's been a while since this issue is addressed. Has anyone found a workaround?
So I looked at the code and found somewhat of a workaround for anyone else interested: ~line 227 of `src/StarRating.jsx` I modified the code to: ``` /** * Set position...
Any permanent fix on this besides changing the CSS? My workaround (somewhat janky, but works): 1. Set html font-size to be 100% 2. If you want html font-size to be...
Thank you! This worked for me! ^ Should really be fixed... For posterity, this is the full steps in case someone else runs into this issue and is using docker...