加载笔记内容...
加载笔记内容...
history.pushState
will casue bottom toolbar to disappear.https://github.com/powerfulyang/powerfulyang.com/issues/23 So don't use history.pushState.
monaco-editor
?https://github.com/powerfulyang/powerfulyang.com/issues/28 options => wordWrap: 'on'
https://github.com/powerfulyang/api.powerfulyang.com/issues/46 https://developer.apple.com/forums/thread/113892 Safari executes redirect before reading all headers, set-cookie did after redirect. In iOS 15.3.1, set-cookie did behind redirect.
https://github.com/powerfulyang/api.powerfulyang.com/issues/50 https://powerfulyang.com/post/40
Uncheck Network => DCHP and DNS => General Settings => Rebind protection
In general, the request lifecycle looks like the following:
The fix for TypeScript property decorators breaking when you upgrade TypeScript is to add "useDefineForClassFields": false
to your tsconfig.json
.
Docker 日志突然就木有颜色了。 ANSI codes has been removed.
Relate to https://github.com/docker/compose/issues/2231#issuecomment-165137408
Try adding tty: true
to the service config.
1qa.powerfulyang.com:
2 image: powerfulyang/qa.powerfulyang.com
3 container_name: qa.powerfulyang.com
4 restart: always
5 command: npm run start
6 env_file:
7 - ./qa.powerfulyang.com/.env
8 tty: true
9 logging:
10 driver: gelf
11 options:
12 gelf-address: udp://localhost:12201
13 networks:
14 - default
15 - public
Fn + Win
会使 Win 失灵