Raymond W. Ko
Raymond W. Ko
No, it is probably related to this commit where `this.multi()` was removed in favor of using JS Array. eec8e6f40262b733adf1cd116efd80c438e75c82
I've created pull requests to fix the two transforms anko/eslisp-propertify#4 anko/eslisp-camelify#4
I don't personally use anko/eslisp-fancy-function but this may need a review after the two plugins are updated. It depends on those two.
Hello, I am looking alternate languages for a project my company is doing. Since I like Lisp, but my company is mostly using Windows, I am interested in getting this...
This is a perfect time my hand-crafted version of creep that respects the 5x11 bounding box without exception, in order to get it to work on less sophisticated terminals. Give...
I am also getting this bug. I am curious, what causes this, and why does that environment variable help?
Even weirder, `NODE_ENV=test` is not needed if you add `start` to the command line. This does not work: ``` node ./node_modules/.bin/sls offline -s local --noPrependStageInUrl ``` This works: ``` node...
Minor hack/modification to fix cases where you are specifying a certain file and need to keep the directories. With @Omicron7 's code, if you have: ``` function: handler: function.handler package:...
I did some investigation and I think this is a `tramp` feature/bug. The issue happens here: [tramp-sh.el](https://github.com/emacs-mirror/emacs/blob/a5bd9fb8c4a4d96e20b05557128448a48cff36c7/lisp/net/tramp-sh.el#L2964) tramp has something called `heredoc`, which is used to support arguments that exceed...
I've narrowed it to this line: https://github.com/zerolfx/copilot.el/blob/82d52b0314b87b682e44fdfacc90116c8bece491/copilot.el#L657 This is surprising as this is calling a Emacs built-in function. I'm not an expert in Emacs, but my hypothesis is that sending...