Kieron

Results 10 comments of Kieron

@samuelOsborne Yeah I see what you're saying. I think I was misunderstanding the `autoplay` prop. It must only play on the `load` event, and that only fires once in my...

@samuelOsborne No, no difference really, other than taking away some of the visual noise of capturing the instance and calling a function on the instance. It would really just be...

Same thing for me on: - OS: Zorin 16.1 - App Version 3.4.1 - Database Type: Postgresql

@XhmikosR While I cant be sure what I was using back then, I believe it would have been Node 14. Having just tried to recreate this again now, I get...

Hmm, it seems to append the `workbench.colorCustomizations` section to the existing `settings.json` for me. My file does not get overwritten - my existing settings are retained.

Yeah I need this option. I have my VScode title formatted so that the name of the folder is the first part of the title, so that when I have...

> > I'm sure there's a good reason for the workspace folder to be `/com.docker.devenvironments.code` > > The main reason is that it's a unique (and yes, weird) name so...

I've noticed this happening in two scenarios: - Running `sudo ./install.sh` (root) then `./tweaks.sh` (not root). The themes get installed in `/usr/share/themes`, but tweaks is looking for them in `~/.themes`....

The issue is that the clock menu fills the height of the top bar, rather than "floating" (with padding) like the other menus next to it ![image](https://github.com/vinceliuice/Graphite-gtk-theme/assets/91877080/26d2fdbf-ec04-43af-a426-927abfe1f6bc)

Theres a [Firefox theme](https://github.com/vinceliuice/WhiteSur-gtk-theme/tree/master/src/other/firefox) in [WhiteSur-gtk-theme](https://github.com/vinceliuice/WhiteSur-gtk-theme) which is [installed via script](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/df799bd5b8d8e38f9ec2ee520dfad9af66989f15/shell/lib-install.sh#L681). Perhaps this could be adapted and brought over here.