Aldo

Results 6 comments of Aldo

Or something like this: (same styling as an item when hovering) ```css nav.navbar a.active { background-color: hsl(0deg, 0%, 98%); color: #FA7C91; } ``` ![image](https://user-images.githubusercontent.com/5683799/181592741-b5cd5aef-1cf4-4bba-b93b-5af5609b1f43.png) See example: [CodePen - active navbar-items...

@hairmenu, that seems a total unrelated issue. @ousid, indeed a nice thing to think about. @Eptech-Danish, yeah, a new Bread could do the trick, but my settings needs to be...

``` yaml name: lap recipe: lamp services: database: disabled ``` ![image](https://user-images.githubusercontent.com/5683799/205385863-a187e50a-6512-4915-bf57-ca25154afa52.png) Using lando `v3.6.5`; seems we can close this issue? Source: - https://docs.lando.dev/config/tooling.html#disabling

Have never edited a .ps1 file, but will try to make a `-p` in the scoop-cleanup.ps1 based on what is already written in scoop-uninstall.ps1 But don't have your hopes up...

I'm thinking about adding my `.vscode/launch.json` instead of adding the `.vscode`-directory to the `.gitignore`. There is already a extensions.json and a settings.json details of launch.json ``` { // Use IntelliSense...

Same issue; installed with `wsl --install`. ```sh dism.exe /online /get-features /format:table /english VirtualMachinePlatform | Enabled Microsoft-Windows-Subsystem-Linux | Disabled ``` Can't you check it with `wsl -l -v`? (or `wsl -v`)...