徐栖 Xuqi
徐栖 Xuqi
@herrBeesch Your solution works for me with FreeBSD 10.1. Thanks!
The same happens to images with CJK chars in file names. I may have a solution by patching `server/controllers/uploads.js`. ``` --- uploads.js 2019-03-27 10:14:34.192495616 +0800 +++ uploads-new.js 2019-03-27 10:13:52.451098770 +0800...
Thanks for your interest 😄 I haven't used Medium in the past 2 years and cannot tell if the Medium API still works. But since others are not opening issues...
Thanks for letting me know about Medium API's :skull: status. In that case, yes, the project should be considered obsolete and defunct. I am setting its status to archived now.
> Yep, the colors are always the same, regardless of what "theme" i select. If i copy the color lines in the taskrc, it's the same. In my case, I...
Git is msys/git 2.48.1-1, installed via msys2's `pacman` tool.
Yes, the value of `w32-quote-process-args` is `t`, is the case both starting with the init file and with `-Q`. I have run emacs GUI with a mininum config, installing markdown-mode:...
My "fix" in the first comment don't always fix the problem, this works better: ```diff diff --git a/elpaca.el b/elpaca.el index 3b674ad..3cb1c8a 100644 --- a/elpaca.el +++ b/elpaca.el @@ -1817,8 +1817,8 @@...
Recently I switched from `git` installed with MSYS2 `pacman` command, to Git's official windows client (https://git-scm.com/install/windows). And `elpaca-fetch` works without any change to the code as cloned from this repo....