Xu Chunyang

Results 33 issues of Xu Chunyang

I'm following the Get Started guide. `polyglot demo` fails. I try reinstalling polyglot but it does not help, there still is no README.md. I am not not sure if I...

This keyword is useful (e.g., used by `C-h P`) and recommended by [(elisp) Simple Packages](https://www.gnu.org/software/emacs/manual/html_node/elisp/Simple-Packages.html).

Hi, I think the final `kernel.img` consists of the following three parts - [x] bootloader - [x] kernel - [ ] userland I am still working on this, if you...

包括 README 和生成的网页。 开个 Issue 备忘。

In Grep action, the pattern `package use` matches `;;; Package Manager`, even there is no `use` in it. It is because the second pattern `use` is matching the filename `/Users/xcy/foo.txt`:...

bug

Hello, I got a question about the regexp pattern used in the following: ```elisp (defsubst company-clang--guess-pch-file (file) (let ((dir (directory-file-name (file-name-directory file)))) (when (equal (file-name-nondirectory dir) "Classes") (setq dir (file-name-directory...

question

I learnt `procedure-keywords` can extract a function's keywords, e.g., ```racket (procedure-keywords open-output-file) ;; => '() '(#:exists #:mode) (require plot) (procedure-keywords plot) ;; => '() '(#:bgcolor #:fgcolor #:height #:legend-anchor #:lncolor #:out-file...

enhancement

你好,我想试试这个后台,但是安装失败了,提示 PHP 8 版本不满足要求: ``` ➜ Temp composer create-project --prefer-dist zhongshaofa/easyadmin blog Creating a "zhongshaofa/easyadmin" project at "./blog" Installing zhongshaofa/easyadmin (v2.1.6) - Installing zhongshaofa/easyadmin (v2.1.6): Extracting archive Created project in...