Patrick Brinich-Langlois

Results 28 comments of Patrick Brinich-Langlois

Thanks for noting this! I was running the tests on Ruby 3.0 to test compatibility with that version of Ruby, and the tests pass when I add Webrick 1.6.1 to...

I used the workaround mentioned in the previous comment and it seemed not to cause any problems: ``` module Octopus::ResultPatch private def hash_rows super end end ``` But it seems...

For me (on OS X), the problem seems to have be caused by multiline aliases. I get a blank white screen when my `.zshrc` contains only the following: ```zsh alias...

For anyone searching for this error ("Wrong type argument: commandp, redo"), in my case the problem was caused by the following code: ```elisp (defvar my-keys-minor-mode-map (make-keymap) "my-keys-minor-mode keymap.") (define-key my-keys-minor-mode-map...

I'm running into an issue that sounds like this one. This is the error I'm getting from the Rails server: ``` Completed 500 Internal Server Error in 1861ms (ActiveRecord: 0.0ms...

It seems pretty easy to implement a rudimentary version yourself. For example: ```elisp (defun exercism-submit () (interactive) (shell-command (concat "exercism submit " (buffer-file-name)))) ```

I seem to have the same problem, even though I don't have a `~/.gemrc` file. I ran these commands: ``` rbenv install 2.7.1 gem install rubocop:0.82.0 rbenv rehash ``` ```...

OK, it looks like my problem was caused by installing the Homebrew version of Tmuxinator, which installs a full version of Ruby with it: ``` [10:57:30] ~/.rbenv/versions ➜ gem info...

I don't think there is one—I think they'd need to change [the name of the gem in the gemspec file](https://github.com/Shopify/httpclient/blob/3d1f03fe791d7d4f1a8d94d05bad38004e95fe78/httpclient.gemspec#L4) in order to upload it to RubyGems.org.