Akinori Musha
Akinori Musha
Currently I don't have time to track this down, but just for the record I regularly get the following error when opening a file with emacsclient under a Git work...
## Environment apple darwin21.3.0 /usr/local/bin/zsh /usr/local/bin/zsh zsh-5.9-0-g73d3173 f52f45a (HEAD, origin/main, origin/HEAD, main) Change precmd to chpwd for zlua * Operating system: macOS * Terminal emulator: iTerm2 ## Steps to reproduce...
We need to update Ruby to 2.7 before we can look to update to Ruby 3.x. ~~Currently, Ruby 2.7 builds are so flaky and tests are randomly failing whereas no...
**To Reproduce** Minimal code to reproduce the bug ```js function unLoad() { const { events } = this.props; const { editor } = this.state; if (!editor) return; const { change,...
I think this is a better fix for #28, and saves many OAuth2 strategies broken by #70.
It has become a common trick to use an extension configure script named `mkrf_conf.rb` to conditionally install extra dependencies via Gem::DependencyInstaller when installing a gem. cf. http://en.wikibooks.org/wiki/Ruby_Programming/RubyGems#How_to_install_different_versions_of_gems_depending_on_which_version_of_ruby_the_installee_is_using A `mkrf_conf.rb` script...
First of all, thank you for this amazing package! Steps to reproduce: 1. Open an empty file `test.el` with global-copilot-mode enabled 2. Type something like `(defun test () nil)` and...