Matthew Simpson

Results 10 issues of Matthew Simpson

To still support primary keys through db triggers, without adding back in support for generating and maintaining them with migrations, add an configuration boolen: unmanaged_autogenerated_sequences = false # default Which...

Inserting another emoji while the cursor is on top of an emoji in normal mode breaks that emoji into bytes. This means that emoji can't be inserted beside each other...

I have excluded `node_modules` from being picked up, but for some reason I still see a warning. For example, when I run `solargraph list` I don't see any file from...

My work Mac doesn't like this plugin: ``` ❯ ~/.tmux/plugins/tmux-autoreload/tmux-autoreload.tmux -s /Users/person/.tmux/plugins/tmux-autoreload/tmux-autoreload.tmux: line 22: declare: -g: invalid option declare: usage: declare [-afFirtx] [-p] [name[=value] ...] ``` It seems that `-g`...

## Description of the change Remove the `decache` optional dependency. It's not being used anywhere and includes packages that are no longer maintained. Our static analysis tool is flagging `traverse-chain`...

I can't find any documentation that says that it's possible to set the `schema` config option via `DATABASE_URL`. We have a need to do this as we connect with a...

I'm seeing random crashes while using `ruby-oci8` natively on my Mac M1: ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: ruby [71159] Path: /Users/USER/*/ruby Identifier: ruby Version: ??? Code...

The Rollbar Gem [configuration reference](https://docs.rollbar.com/docs/gem-configuration-reference) mentions that `girl_friday` is used when `use_async` is set to true. From the looks of the Gem `girl_friday` was replaced with `sucker_punch` (possibly 10+ years...

v4
Ruby

Is it possible to use this Orb to install [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/)? We have a test suite which proxies external requests so that they can be stubbed, and report URLs...

https://github.com/rsim/oracle-enhanced/blob/d5b3daf8bdac7578055467329bcb6600114ea47a/lib/active_record/connection_adapters/oracle_enhanced/connection.rb#L37-L56 The above query is hitting us hard in Production. I'm seeing ~2s responses for this query. Our dbas have suggested that it could be replaced with the following: ```...