Douglas Magic

Results 19 issues of Douglas Magic

Is this project still being maintained? It seems that 22 years of issues and PRs have never been answered and processed.

bug

**Describe the bug** docker 版本日志无法输出到文件 https://hub.docker.com/r/ffdfgdfg/nps 日志仅能通过 `docker logs` 命令查看, 无法输出到文件。 尝试过如下方式均无法获取: 1. 配置文件配置 log_path, docker 挂载目录 =>目录下无文件输出 2. `sudo docker cp nps:/var/log/nps.log nps.log` => No such container:path: nps:/var/log/nps.log

bug

已经发现问题 1. 缺少 `vue-runtime-helpers` 需额外手动安装,有人PR过了,一直未处理。 2. 打包构建结果有问题,IE就完全不能用,最终查下来,构建结果中语法未做转化。如果这个是刻意为之,可以说明一下。因为很难想到需要给node_modules中的依赖包手动babel

Explain in https://github.com/Atmosphere/atmosphere that server 2.7.2 requires client 3.1.0 So what is the corresponding description of other versions. If my client uses the 3.1.x, how about server side, is there...

出现了 **spawn ENOENT** 应该是路径或者权限等问题,可是不知道如何解决,请问该如何处理? ``` npm ERR! node v6.9.4 npm ERR! npm v3.10.10 npm ERR! file C:\WINDOWS\system32\cmd.exe npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm...

### Environment * VSCode Version: 1.37.0 * OS Version: windows * CSScomb Version: 5.2.3 I used this config to set CSScomb as default formatter ```json { "[scss]": { "editor.defaultFormatter": "mrmlnc.vscode-csscomb"...

新版本是否考虑改个名字?直接覆盖掉`Performance` 接口似乎不太好

刚同步了官方仓库的主分支,发现一个很严重的错误。 #977 这个PR,一次修改了22个文件,变动是 `$("body")` 变成了 `$("body").first()` 如下图: ![image](https://user-images.githubusercontent.com/13060680/185021098-b2b924f3-ec15-463f-b7d3-ff392ce97bbc.png) 这个改动一言难尽,怎么会有多个 body 标签呢?一个开源库没必要给非正常的使用买单修改吧。

This reverts commit b040165cd5b12462e061960fa89c4e2d93638bc3. close #1126