Naoya Yamashita

Results 67 issues of Naoya Yamashita

Hi! I interested this project and use it but Elsa was exited with `Scan error`. There is little information available (I don't even know which file is the cause) from...

bug
scope:reader

Hi. I receive below vulnerability report from Github. If there is nothing to worry about, please merge it. ## Remediation Upgrade lodash to version 4.17.5 or later. For example: ```...

Accidentary enter mini-buffer prompt if candidate snippet have completing-read. ### repro step 1. save below snippet as `~/snippet/org-mode/begin_src` ``` # name: begin_src # key: begin_src # -- #+begin_src ${1: $$(yas-completing-read...

promise-race が単に promise のリストを受け取れるようにしました。 ```elisp (promise-chain (promise-race (vector (do-something-async 2 "2 seccods") (do-something-async 1 "1 second") (do-something-async 3 "3 secconds"))) (then (lambda (result) (message "result: %s" result)))) ``` ```elisp (promise-chain...

こんにちは。 `(start-process "emacs" nil (file-truename (expand-file-name invocation-name invocation-directory)) "-Q" "-Q" "--execute" "(package-initialize)" "-L" (concat default-directory "../") "-l" (buffer-file-name) "--execute" "(launcher)")` により、上から実行していたのですが、 `example16` の結果がいつまで待っても表示されませんでした。これは手元だけの不具合でしょうか。。?

Hi! I found indent issue. fixit.

This PR resolve issue reported at #827. Convert the vector to a string in the same way as bind-key and compare it to the value of `personal-keybindings`

Thanks for such a great project! I want to create dprint plugin and I try to create brainf*ck formatter for the first step on it. Using [documentation](https://github.com/dprint/dprint/blob/main/docs/wasm-plugin-development.md) as a reference....

documentation

Re #4, discussed in #3. - The Elisp package allows us to run locally without being tied to running on a CI. - With async-await, all processing is done asynchronously....

As https://github.com/melpa/melpa/pull/6728, melpa have no python 3.6. we can't expect `python`, but we can expect `Emacs` :). Elisp is Turing complete and, fortunately, or unfortunately, can even execute external commands....