John DeWyze

Results 7 issues of John DeWyze

Currently, if dragging brings you to the edge of the viewport, the list will not scroll down. Ideally, it would be nice to have a feature similar to [the one...

feature-request

If I run `git dci` without `GIT_DUET_CO_AUTHORED_BY` set, and then run `:qa` in vim. It will not commit. If I run `git commit/dci` with `GIT_DUET_CO_AUTHORED_BY` set (and `GIT_DUET_GLOBAL` set), and...

bug

This approach seems to work, storing the sigial as a non magic string, and expanding it where appropriate. The downside is the testing story is very ugly. If I can...

The current behavior in ExKanren is that if a function is passed to the first clause of a conda/condu block, it would seem that as long as the first sub-clause...

## Expected behavior ```yml Style/HashSyntax: EnforcedShorthandSyntax: consistent ``` I am writing a request spec: ```ruby params = { user: { email: "[email protected]" } } post "/users", params: params ``` Rubocop...

I understand this solution is a little bit hacky, taking advantage of the way the `endwise_additions` are added in, so if it cannot be merged I understand. I was interested...

### Steps to reproduce ```ruby require "bundler/inline" gemfile(true) do source "https://rubygems.org" gem "activerecord", "7.1.3.2" gem "sqlite3" end require "active_record" require "minitest/autorun" require "logger" # This connection will do for database-independent...