Rosmeowtis

Results 10 comments of Rosmeowtis

目前知网貌似可以下载到这篇文献(2003 新疆学报)的 PDF 版本了。希望对你们的解密有所帮助。 [对任务型教学法的理论基础与课堂实践的思考_魏梅.pdf](https://github.com/caj2pdf/caj2pdf/files/6141911/_.pdf)

Windows 10 不知道,不过我在 Linux 里设置 fcitx5 的字体就可以显示了: ![image](https://user-images.githubusercontent.com/36528430/165779935-7f32b3de-6d0c-4b92-a766-8d93908db9a2.png) 具体是修改 `.local/share/fcitx5/conf/classicui.conf`,添加一项 `Font="Noto Color Emoji"` (或者其他有颜色的 emoji 字体)

有人会渐进式网页应用的吗?在访问的时候,客户端通过 Service Worker 在本地不断地缓存内容。

Mozilla 好像不允许扩展包含被混淆的代码... 是不是因为这个原因下架的?作者打算怎么办,要改 webpack 吗?

起点有本《亏成首富从游戏开始》挺有意思,而且也契合 anti-996 的精神: 主角用一切办法寻求亏本,例如增加员工福利、缩减劳动时间、扩大社会服务、提高产品质量等措施,然而因各种阴差阳错和员工的高效产出,公司反而越办越大,而且收获了极高的社会声誉。 书中世界简直就是我等社畜的理想国啊。

I met the same problem. I'm using Windows 10, and found it caused by TeX engines. In Windows, path seqerator is `\` but TeX recognized it as a escape character....

为什么不让用户提前下好 ffplay,然后在插件配置中指定可执行文件的路径呢?根本不需要把这么大一个依赖和扩展一起安装吧。 Linux、macOS 都有包管理器可以用,还有国内镜像。Windows 有点麻烦,官网下载速度太慢了,60MB 在我这里得下一天。

This maybe not czkawka's fault, I found that the files I copied from other device have been set "read only" attribution automatically. The "read only" file can be deleted by...

Is any document about [org-download-method: create custom function](https://github.com/abo-abo/org-download/blob/768716b6fcc814b06360b99ad70bce44c0eb4a32/org-download.el#L89)? I'm new to Emacs and know little of elisp.

It do well in Firefox straightly. I just load the `manifest.json` from the main repo in Firefox's debug mode. Some modifies have been done?