Mani Penguin

Results 21 comments of Mani Penguin

> @bjun626 you have to load the fonts locally and not remotely https://github.com/demyxco/code-server/blob/master/tag-latest/Dockerfile#L112-L125. > > Pretty much place the fonts in the public directory `/usr/local/lib/code-server/src/browser/pages` and the font-face url would...

对于 fetch,有个现成的解析器 [leoek/fetch-to-curl](https://github.com/leoek/fetch-to-curl) xhr 应该也有类似的

> @hellobbn Thank you for your example. > I thank it can be solved like this: > > ``` > $ sudo chown root:root graftcp > $ sudo chmod a+s...

按 https://github.com/Tencent/vConsole/issues/584#issuecomment-1373378798 所述引入 ResizeObserver 的 polyfill 即可。

> 请问可以支持华科版微助教吗 Having no lesson on that platform, I literally cannot inspect its network activities … However, I’ve heard somebody done the job and I think he may help @sigeryang...

看起来你直接修改了打包后的`/dist`目录下的文件……

添加 Docker 支持的话,需要考虑几个因素: * 现有的签到通知和扫码通知不会被保留…… * 二维码签到的二维码(比如docker logs或者volume挂出来) * `openId`失效的问题

之前用 `subPackages` 作为键名来读取配置,现在做了兼容; @myzoediray @HQHC @weihongl-unimelb 可以从这个提交 https://github.com/wechat-miniprogram/skylint/commit/45b8009f4fc34716c29a4b63d60582e2df93afb2 构建试一下。

Reproduced. I think #4183 is also caused by the same problem.