Ben Schmeckpeper

Results 6 issues of Ben Schmeckpeper

By using Emacs' native `compile` function, we can take advantage of the built-in features of compilation mode for free. That lets us do things like move between failures, open the...

It would be nice to have the option to print row numbers for each row in a table.

A [change](https://github.com/rails/rails/pull/30050) was made in ActiveRecord 5.2 such that in addition to the generated AST for a query, the class used to execute that query is cached. The `StatementCache` [grabs...

I frequently use `bundler-audit` as a step in my CI/CD pipeline and will add an identifier to the `ignore` list to acknowledge that I know about the vulnerability but aren't...

We've run into an issue with parsing an XLSX when the nodes are namespaced (e.g. ``). ~This PR addresses that issue by using the [`local_name`](https://nokogiri.org/rdoc/Nokogiri/XML/Reader.html#local_name-instance_method) method when looking for `row`,...

I work in a codebase that vendors gems and commits them to our repo. It is occasionally desirable to run `bundle install --local` to use those vendored gems directly, instead...