cfour
cfour
感谢大佬分享 🥤,但文末的解决方案我有不同意见 🍉。 > `FIXME: It is not currently possible to suspend a worker, so pages with workers can not go into page cache.` 这段注释我认为表明的意思是未来会支持 suspend a worker,所以站在面向未来的角度,文末提到的解决方案未来可能会失效(埋坑 🍩)。 个人认为最合理的解决方式其实是监听...
看到 OctoLinker 竟然没看到 octotree 🐱
这个是有考虑过的,但是目前没有想到合适的解决方案。 最近工作比较忙,可能得过段时间再做仔细思考...
我会尽快
gitstars 的定位是 starred repositories 标签管理工具应用,所以不会做查询 Github 新项目功能,而且 Github 本身就有这个功能。 我并不希望 gitstars 被过度使用,我希望使用者通过自己平时的积累,当我们在项目开发中遇到问题时,此工具能帮使用者快速找到想要的 repositore。 star 数量与 github 不一致的问题之前没有遇到过,请问还存在吗?
Hi @emaphp Thanks for your help. I've just tried the new version (0.8) and it solved my problem. :+1:
Hi @emaphp Here's a new problem with HtmlWebpackPlugin. *header.html* ``` ``` *page-a.html* ``` @require('path/to/header.html', { "name": 'monine' }) ``` *page-b.html* ``` @require('path/to/header.html') ``` There will be throw a error from...
It happened like this: Some pages will provide arguments and some pages will not provide arguments in *require* macro. If *require* macro not provide arguments. The elements (required arguments) will...
@emaphp Is there any problem or is not clear of my description? My English is not good, I had tried to say that I can say it and I hope...
[我的 2016 总结](https://monine.github.io/#/article/12) - 自我感觉是很努力的,不知道军哥你觉得呢?表现给自己 85 分,给自己一个优秀的及格分。:bowtie: - 进步的地方不止一点两点,可以说是整体的提升,最主要还是解决业务问题到能力,以及在实现业务需求时对一些知识点细节的掌握,还有就是在学习 vue.js 并打造 blog 的过程中对前端 MVVM 的概念和思想的学习。其实我一直觉得在与产品和设计的沟通上还需要加强,还有每次需求评审会议总是没有对业务需求了解清楚,大局观有待加强。 - 难题和成绩还真是挺多的,对 [跨域解决方案的探索](https://monine.github.io/#/article/2) 是让我印象最深刻的,还有对英语的坚持学习,自己的 blog,其它的还是看 [工作日志](https://monine.github.io/#/worklog) 吧。 :grin: 2017 计划: 1. 前端工程化的实现,这对我而言是一片新天地。 2. 做一个 node.js...