302 private links
Yeah Javascript can be used everywhere without problem .... right ?
A lot of Vue tips
Paste, fold, ... ♥
ou comment effetctuer un backup de la configuration d'un utilisateur
Wow look at this UI 🥰
All is explained here : Git can't watch all the files and detect changes between the Working Directory and the Staging Area. The node_modules directory is not ignored as expected.
I am using Ubuntu 20.04. Increasing the limit max_user_watches does not fix it for me (+ I have only 4GB of RAM).
Solution : putting the config from the default config file to the user one :
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/.hg/store/**": true
},
from the defaultSettings.json (Command palette : Preferences : Open default Settings (JSON)) to the userSettings.json (Command palette : Preferences : Open Settings (JSON)). WTF ?! But cool, it works 😎
Full screen
PrtSc– Save a screenshot of the entire screen to thePicturesdirectory.Ctrl + PrtSc– Copy the screenshot of the entire screen to the clipboard.Custom Region
Shift + PrtSc– Save a screenshot of a specific region toPictures.Ctrl + Shift + PrtSc– Copy the screenshot of a specific region to the clipboard.Current window
Alt + PrtSc– Save a screenshot of the current window toPictures.
OMG this changed my life. I was still using kazam for this !
About Flameshot : it gives useful features for fast editing after taking the screenshot 👍
Wow this game is soo good. Better than Space Rangers (version for Windows XP as I remember). The most important is to have the basic customizable shortcuts in mind and it's ready to fly in the galaxy.
Get a tour on the wiki.