title | tags | created | modified | |||
---|---|---|---|---|---|---|
dev-ing-error-not-yet |
|
2021-03-29 18:54:26 UTC |
2021-03-29 19:29:15 UTC |
-
next刷新ide界面时, GET http://localhost:3000/thread?id=sdhfjlds 500 (Internal Server Error)
- No resource with given identifier found
- 刷新页面时,这个get请求发生在最开始的时刻
-
vscode 的 quick fix 偶尔会缺少
- Add all missing members
-
ERROR in ./example-client/components/common/error-boundary.tsx
- Module build failed (from ../../node_modules/@linaria/webpack5-loader/lib/index.js):
- Error: /home/yaoo/Documents/repos/yaoo-toys/lts/nostalgia-studio/node_modules/@udecode/plate-core/dist/index.es.js has no shaker metadata
- linaria对三方包的代码不友好,使用了反引号模版字符串会异常,解决方法是fork三方包源码自己打包
-
typescript - error TS6059: File is not under 'rootDir' .. 'rootDir' is expected to contain all source files - Stack Overflow
- One fix is to just remove
"rootDir": "src"
from compiler options, so it gets set automatically. Caution: rootDir will then consider both projects as inputs! - 解决方式就是删除这个配置项
- One fix is to just remove
-
尽量不要自定义名称叫then的方法
-
Get cancelled xhr Status in javascript
- when making the xhr request & in transferFailed function, you will get this.response is null
- 请求结果为null时可能出现此问题 ?
-
GUI starts with empty black window with webkit2gtk 2.32.0
- ubuntu上手动降级依赖特别麻烦,需要手动一个个下载传递依赖;并且当gnome依赖某一个传递依赖如gtk版本时,传递依赖不能乱下
- 降级ubuntu的源可能不能满足gnome依赖,要注意
-
- 否则内容高度会全部显示,而没有预期的overflow-hidden的效果
-
- 因为网页上pdf是canvas显示,下面的文字在canvas上有个默认色,当选中时又有一个dom颜色
-
- 排查失败
- MuiPickersUtilsProvider DatePicker
- . MuiInputBase-input{ border: 0; }
- https://codesandbox.io/s/material-demo-forked-fg5xk?file=/demo.js
-
- Error: https://github.com/ckeditor/jsdoc: ETIMEDOUT
- Error: https://github.com/pemrouz/buble: ETIMEDOUT
- Error: https://github.com/ckeditor/jsdoc: ESOCKETTIMEDOUT
-
- 点击目录文字跳转时也会出现此问题
- 出现此问题时,若先最大化窗口再半屏化窗口,则问题消失,正常显示
-
解决方法是css魔法
min-width: 0