globdug
globdug
This is a feature that I would love very much. In this moment I use Ueli instead of PowerToys just for this reason. I have many shortcuts to certain paths...
I agree. I'm spending lot of time for searching icons. I found the "check" icon just browsing all icons. I used to search it by "ok", "success", "done". The same...
If can be still useful to someone, in Zorin OS 16.3, the stylesheet sit in `~/.local/share/gnome-shell/extensions/[email protected]` With this option active:  I edited the element `#dashtodockContainer.dashtodock.bottom #dash`...
Don't know if I should do a new post or resurrect this one, but I have the same issue. Have you solved some way ? I use phpfmt on VSCode...
I have just installed Linux Mint, so I think I can't have done too much distasters yet, it's a fresh and clean install :) Are there some tests or other...
Hello, I solved this problem adding this check in start_el function after the `$classes[] = 'nav-item';` on line 119. `if( in_array('current-menu-item', $item->classes ) ) $classes[] = 'active';`
> Flatpak version is outdated, install latest release from [releases](https://github.com/Figma-Linux/figma-linux/releases/latest) page I didn't notice that flatpak was outdated. 0.11.4 is fine. Thank you! :)
> What worked for me (on Bulma `v0.7.1`) is to add `flex-grow: 1; justify-content: center;` to the `style` attribute of ``: > > ``` > class="navbar-start" > style="flex-grow: 1; justify-content:...
Ok. In my case, for example, I don't want to create a default database or create tables, I just want to create the default phpmyadmin database and tables.
When I first launch phpmyadmin, at the bottom of the page there is an alert: > The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated....