From 0e7326247a3bebc1d9dd0536f2741a962b4f4002 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 7 Oct 2022 16:14:00 +0800 Subject: [PATCH] Updated Development Side Notes (markdown) --- Development-Side-Notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Development-Side-Notes.md b/Development-Side-Notes.md index 6598f12..fb2d0f0 100644 --- a/Development-Side-Notes.md +++ b/Development-Side-Notes.md @@ -4,4 +4,6 @@ Just a note for some traps and useful things for development. - node-alpine3.13 image is not working on Raspberry Pi (armv7), need to downgrade to alpine 3.12. - docker-alpine's dns is actually not stable in some systems. - [CSS] do not use any system-ui fonts, the fonts will be difference in difference Windows Languages -- [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more). \ No newline at end of file +- [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more). +- Need to use `jsesc` to escape the content inside . +- .NET 4.7 is the best lowest version to support high DPI monitors \ No newline at end of file