Results 5 issues of Northerner

你好,向你请教一个问题。 source/photos/index.ejs 文件开头: --- layout: post slug: "photos" title: "相册" noDate: "true" comments: "false" --- 有这样一段内容,它在页面是这样显示的 ![1426926d-d86a-43e3-bc19-34a60ebea6af](https://user-images.githubusercontent.com/16641120/32414565-15ebb790-c265-11e7-9002-3596ee3d6740.png) 这是什么原因,请指教,谢谢。

react v16 版本下有报错 ![image](https://user-images.githubusercontent.com/16641120/33803703-f5e7f4ae-ddd0-11e7-8bec-b573c1e54298.png)

## What happens? ``` // config.default.js const Op = require('sequelize').Op; // "egg-sequelize": "^5.2.1", exports.sequelize = { dialect: 'mysql', timezone: '+08:00', operatorsAliases: { $eq: Op.eq, $ne: Op.ne, $gte: Op.gte, $gt: Op.gt,...

Inactive

使用了css module 的例子: src/setCustomThemeDep.js saveThemeOptions sourceThemeStyle 被`:global{}`包裹的样式,在提取后类名多了`:global` 没有被`:global{}`包裹的样式,提取的是编写代码的时候的类名

bug

在本地开发环境下,修改代码后 work 会 reload,app 的 configWillLoad 读配置文件失败,文件不存在了,因为 agent 在 serverDidReady 已经把remote_config.json文件删掉了。 如果在生产环境下,App Worker 异常退出,Master fork 的 新Worker 进程,会不会也是一样读不到文件了?跟开发环境类似文件已经不存在了。