Joel Santos

Results 33 comments of Joel Santos

Still waiting for a proper fix, but I can confirm that with a MX Master (the first one) horizontal scroll on VS Code and Spotify work by using Shift +...

Hi guys, thanks for your quick replies and going through all that effort to solve my issue. I'm really grateful. I'm away from my dev kit and won't be able...

I've never used this test suite, do you have a tutorial you can point me to, to start playing around with it?

In VS Code you have three levels of settings. User, that will act everywhere, Workspace, that will override User level for that particular Workspace, and then on a by folder...

> And you're sure you installed the repository's key? I sure did ```bash pi@raspberrypi:~ $ apt-key adv --fetch-keys https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see...

Thanks Brandon for your input, but for the life of me, I just can't install it with `apt` ``` ***@***.***:~ $ sudo rm /etc/apt/sources.list.d/wsdd.list ***@***.***:~ $ sudo echo "deb https://pkg.ltec.ch/public/...

Yes, you can't sudo echo to a file you don't have access, that's why I then execute `echo "[...]" | sudo tee [...]`

@fxrb Hey, thanks for the help. I tried following the instructions, and `apt` rejects the password. ``` pi@raspberrypi:~ $ sudo su root@raspberrypi:/home/pi# cat deb [signed-by=/etc/apt/trusted.gpg.d/ltec-ag.gpg] https://pkg.ltec.ch/private/ bullseye main > EOF...

I know it's not recommended, but I don't have the time to set everything up again (I wish I had). I instead spend the time that I save filling Github...