-
Use custom elements
Do the following in every module that uses custom elements:
import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; @NgModule({ schemas: [CUSTOM_ELEMENTS_SCHEMA], ... })
- Push notifications between Ionic 2/3 apps using Firebase Cloud Messaging
- Extensive Firebase Cloud Messaging payload guide
-
Force background-color printing
* { color-adjust: exact; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
-
Easy align children center
.place-items-center { display: grid; place-items: center; }
-
Useful extensions
- Bookmarks - Alessandro Fragnani
- Bracket Pair Colorizer - CoenraadS
- Color Picker - anseki
- Debugger for Chrome - Microsoft
- Live Sass Compiler - Ritwick Dey
- Live Server - Ritwick Dey
-
Useful extensions
- StyleSelectorXL (https://github.com/ahgsql/StyleSelectorXL)
- SD_DYNAMIC_PROMPTS (https://github.com/adieyal/sd-dynamic-prompts)
- SD_WEBUI_CONTROLNET (https://github.com/Mikubill/sd-webui-controlnet)
- DWPose (https://github.com/IDEA-Research/DWPose)
-
Run TRIM on SSD drive (powershell command)
Optimize-Volume -DriveLetter YourDriveLetter -ReTrim -Verbose