Naoya Yamashita

Results 219 comments of Naoya Yamashita

Thanks. Then I'll leave the issue open for the owner of this repository. I hadn't updated the local `all-the-icons-dired`. Thanks for letting me know that!

Thanks suggestion. added.

Solve conflict. Please review @jtbm37 !

Minor change; rename variable name (`*-advices` -> `*-advice-alist`)

OK, nothing bad. thanks notifying.

This issue originally reported by @Nyoho

If it is defined as `Any`, please emit `String` as GraphQL schema and serialize it with `str()`? For my case, I am not making a class for Strawberry, I am...

+1. Any news on this PR?

use-package is not use `set-face-attribute`. ```elisp (setq use-package-expand-minimally t) ;;=> t (macroexpand '(use-package org :custom-face (org-level-1 ((t (:height 1.4)))))) ;;=> (progn ;; (custom-set-faces ;; '(org-level-1 ((t (:height 1.4))))) ;; (require...