EDM115
EDM115
well yes it shows up, but i believe it's time-related (not launching the app for 1 week)
i'll tell you in one week :)
seemed like a skill issue on my end
yes I believe it's a 3rd party app like CCleaner which may have deleted it not an issue with Files itself
Yes `sudo nano /etc/wsl.conf` and insert the following lines : ```bash [boot] systemd=true ``` [*source*](https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-11-with-gui-support#4-configure-ubuntu)
you can check on the project I'm currently working on : ```bash git clone https://github.com/EDM115-org/Tab-Magiques.git --depth 1 --branch c3bb21ada6945fef6cbd58753ad970d23a7d047c cd Tab-Magiques npm ci npm run dev ``` you can do...
https://github.com/vuetifyjs/vuetify/assets/82015596/499b6890-6f27-4935-91d1-9524ada570c3 As you can see, typing `DD/MM/YYYY` doesn't work, but typing `MM/DD/YYYY` will work but will then be displayed as `DD/MM/YYYY`. Note that my system is in French, and browser...
one snipped who fixed it for me (and also fixes other tabs like lyrics) : ```css .Root__main-view > div { height: inherit; margin: inherit; padding-bottom: 30px; /* Relative to your...
afaik the `fnm_multishells` directories are just symlinks to the actual location of the installed node versions, with their global node modules and cli executables. Try to enter some and you'll...