Matthew Draper

Results 14 issues of Matthew Draper

The standard macOS Dock behaviour depends on the assumption that all of a given application's windows are grouped together, e.g. allowing `` to cycle between applications, and `````` to cycle...

enhancement

As noted in https://github.com/rails/rails/pull/44495, since Ruby 3.0, common exceptions like NoMethodError now include the full inspect value in their message, regardless of size. That helps give control over the object's...

actionpack
activemodel
activerecord
activesupport
railties
actionview
actioncable
actiontext

Given: ``` puts("a#{":b"}c") ``` The inner `":` sequence pairs with the opening quote, making `a` part of a quoted symbol hash key. The `#{..}` subexpression itself still highlights correctly, but...

syntax

In the following code, the `else` and `end` are highlighted as belonging to the `def`: the `if` appears to be treated as a modifier despite being in an expression context....

indent
syntax

Previously we were collecting them as valid sources in general, but were not enforcing that those particular gems may _only_ come from the stated catalog. This particular behaviour was an...

Closes #73, which I borrowed from -- especially the research and consideration of what info we should include -- but I ended up using a different format (more like `bundle...

This is a PoLS trade-off: our command is obviously less featureful than 'bundle', but if you're running inside a Gel context, I think you still have a better chance of...

I think this is the last piece to get `libv8` working

If people have git references to a number of public GitHub repositories, this turns some multi-round-trip git communications into single HTTP requests. If the repository isn't public, this wastes an...

Starting from [`activerecord/lib/active_record/connection_adapters/abstract_adapter.rb`](https://github.com/rails/rails/blob/83cb0fc6326b308322e35b211bac31c73b346b73/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb), I typed `pool`. I wanted to find `activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb`, but the top results were: ``` > activerecord/test/cases/pooled_connections_test.rb > activerecord/lib/active_record/connection_adapters/postgresql/oid/legacy_point.rb > activerecord/lib/active_record/relation/predicate_builder/polymorphic_array_value.rb > activestorage/test/controllers/previews_controller_test.rb > activestorage/app/controllers/active_storage/previews_controller.rb > actionview/test/fixtures/actionpack/test/potential_conflicts.erb >...