Configure apple keyboard on windows by SharHeys software.
- F13 -> Special: PrtSc
- F14 -> Special: Scroll Lock
- F15 -> Special: Power
- F16 -> Media: Play/Pause
- F17 -> Media: Mute
- F18 -> Media: Volume Down
- F19 -> Media: Volume Up
Git Bashgit branch --merged | egrep -v "(^\*|master|develop)" | xargs git branch -d| {"version":1,"resource":"file:///Users/dariuszpaluch/Programming/recruitment/frontend/js-ts-coding-task/typescript/starter/src/styles.css","entries":[{"id":"Smzx.css","timestamp":1669372140601},{"id":"c8Cn.css","timestamp":1669372310465},{"id":"mGEL.css","timestamp":1669372377408}]} |
Create file with extension .reg and open with Notepad
Copy:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000000
| npm install gatsby-plugin-less babel-plugin-import | |
| //Example gastby-config.js: | |
| module.exports = { | |
| plugins: [ | |
| { | |
| resolve: `gatsby-plugin-less`, | |
| options: { | |
| javascriptEnabled: true, |
| var parser = document.createElement('a'); | |
| parser.href = "http://example.com:3000/pathname/?search=test#hash"; | |
| parser.protocol; // => "http:" | |
| parser.hostname; // => "example.com" | |
| parser.port; // => "3000" | |
| parser.pathname; // => "/pathname/" | |
| parser.search; // => "?search=test" | |
| parser.hash; // => "#hash" | |
| parser.host; // => "example.com:3000" |