Vince Broz

Results 122 issues of Vince Broz

While hovering over the first `.` in the following: ``` ActiveRecord::Schema[8.0].define(version: 2025_09_24_130126) do create_table "products", force: :cascade do |t| t.string "name" t.string "part_number" t.datetime "created_at", null: false t.datetime "updated_at", null:...

Ruby has some anonymous argument forwarding that we should at least not complain about in typechecking: ```ruby #!/usr/bin/env ruby class Foo # @param arg [String] # @param kwarg [String] def...

Found in the Solargraph::Pin::DelegatedMethod class in strong typechecking in https://github.com/apiology/solargraph/pull/12 Includes for safety: * https://github.com/castwide/solargraph/pull/1087

spec/api_map/index_spec.rb: a chunk of #1006 that didn't have any other dependencies, just increasing spec coverage

Also replaces 'include' logic with call to ApiMap::Constants Fixes #1099 Includes: * https://github.com/castwide/solargraph/pull/1087 (saw it break under this PR in my dev branch)

These unused methods call into ApiMap::Index#namespaces, which does not exist.

This takes out some lower value combinations - ideally we could keep the number of jobs to

This should reproduce an issue seen in #1058

This PR was generated by this script - rerun to autogenerate (the PR will collect conflicts pretty regularly until it's merged): 1. First, reset the branch to be the same...

Includes #1051 as master isn't currently passing