Wang Ziting

Results 22 comments of Wang Ziting

Same issue after update atom-ternjs, occur when i type the first char in a .js file. **Atom**: 1.16.0 x64 **Electron**: 1.3.13 **OS**: Mac OS X 10.12.4 **Thrown From**: [atom-ternjs](https://github.com/tststs/atom-ternjs) package...

在 Node.js 里可以自定义 console.log 时的输出(很多 ORM 都这样做),不知道浏览器里如何 https://nodejs.org/api/util.html#util_custom_inspect_function_on_objects

我的这个仓库算是一个比较初步的尝试 https://github.com/jysperm/leancloud-restful

Same error, change `DecompressZip.prototype.extractFiles` in `lib/decompress-zip.js` from: ``` files.forEach(function (file) { ``` To: ``` files.filter(function(file) { return file; }).forEach(function (file) { ``` Will resolve this problem.

Do you mean use php-cache to store user session? You can implement the [IStorage](https://github.com/leancloud/php-sdk/blob/master/src/LeanCloud/Storage/IStorage.php) interface by yourself.

我可以考虑再改一改 http://lcinternal-cloud-code-update.leanapp.cn 让它负责提供命令行工具需要的项目模板、检查更新等功能,现在想要加模板还需要改代码 ...

因为可能影响现有行为,决定放到 Node SDK 4.0 里修改

可以考虑是否要一并支持 access_log 的导出(需要服务器端支持),可以方便检查 Hook 是否被调用的这一类问题。

抱歉才看到。实际上如果社区里有维护得很好的 Docker 镜像的话,我会直接用的(比如 nextcloud 等大部分应用层软件),而剩下的则是和宿主机联系紧密,不易放到容器里的(如路由器的基础网路组件、NAS 的基础存储等)。

Consider move internal websites to rpvhost.net instead of jybox.net