Naoya Yamashita
Naoya Yamashita
Hi! This project looks so cool! But I try this project, stack at `Building container...` ```shell $ MELPA_PR_URL=https://github.com/melpa/melpa/pull/6725 make python melpazoid.py Cloning https://github.com/srfi-explorations/emacs-srfi Building container... 🐳 ^CTraceback (most recent call...
Ref: https://github.com/jtbm37/all-the-icons-dired/pull/24#issuecomment-599704468 > @conao3 I think there are issues here when renaming a file. When I rename a file the icon ends up on the far left. 
`dired-do-redisplay` broke `all-the-icons-dired icon`. `dired-do-redisplay` binded at `l` by default.
Icon refresh after create file and create *-adbices variable and use it. This PR solves #34.
### Description `ac-comphist.dat` icon is not aligned. ### Minimum init.el ```emacs-lisp ;; ~/.debug.emacs.d/all-the-icons-dired/init.el ;; you can run like 'emacs -q -l ~/.debug.emacs.d/{{pkg}}/init.el' (when load-file-name (setq user-emacs-directory (expand-file-name (file-name-directory load-file-name)))) (prog1...
Hi! I found package-lint warnigns, I fix it. Note: I fix Cask file dependency. Because this change, Cask resolve dependency form `Package-requires: ` header writen in `flycheck-elsa.el`. This scheme in...
Hi! I found this package and fix compiler/linter warnings for my contribution first stop. I resolve some issues but many docstring issues still remained.
There're no LICENSE file. It seems this repository is published under BSD-3-Clause. https://github.com/ubolonton/emacs-module-rs/blob/9a29b076681abe3507cec50d9fa424f3ccd70e91/Cargo.toml#L13 Please add LICENSE file to clarify the repository license.
I found graphene-pydantic fails converting `list[str]` field. ```python import graphene import pydantic import graphene_pydantic class Model(pydantic.BaseModel): field: list[str] = [] class GrapheneModel(graphene_pydantic.PydanticObjectType): class Meta: model = Model class Query(graphene.ObjectType): model...
Hi, when I use `el-get` on Emacs-29.0.50 and I get the below message on the Warnings buffer. ``` ⛔ Warning (comp): el-get-core.el:25:11: Warning: Package autoload is deprecated ``` I don't...