
one more tool goes to bookmarks,
with npkill you can easily cleanup all you old node_modules directories, for my it free up 28.11 gb
one more tool goes to bookmarks,
with npkill you can easily cleanup all you old node_modules directories, for my it free up 28.11 gb
Yesterday I got know that this shortcut toggle visibility of “dotted” files on mac, it made my day. Previously I had to use either additional apps or special mac options that was possible to change only via terminal.
One more tool goes to bookmarks – HackMD
There are so much information about different vehicles that I decided to create my own table and collect all information there.
You are more than welcome to add information.
Finally I found some time to implement service workers that will allow you to use application even there is no internet connection. Check it out!
Also it’s already PWA application, so you can make a shortcut for your mobile desktop:
I have a hotkey for the terminal that why I decided to hide the terminal icon from Dock, but it appeared to be not so easy.
You need to go to app contents (by doing right click -> “Show Package Contents“) and change Info.plist file – add special key:
<key>LSUIElement</key>
<true/>
(it could be added to the end of the file):
Это крайне не рекомендовано, но, тем не менее, иногда приходится глобально выключать инкапсуляцию стилей. Чтобы этого достичь мы можем воспользоваться настройками при бутстрапе модуля, то есть вместо:
platformBrowserDynamic().bootstrapModule(AppModule);