Elliot Dohm
Elliot Dohm
The identity cache `fetch_by_id` method [doesn't rescue](https://github.com/Shopify/identity_cache/blob/master/lib/identity_cache/query_api.rb#L19-L39). The comment for the method says this behaves like `ActiveRecord::Base.where(id: id).first`, which raises `RangeError`. So it's not specific to identity cache.
>About Shopify/shopify#81204 specifically, I think you can rescue the exception added here rails/rails#24835 in your controller and show a 404 error. Yeah, I did open a PR for this but...
@sgrif @rafaelfranca this is happening more and more frequently in Shopify, in a bunch of different places. Is there anything I can do to help get those above PRs merged?
Hey @meeech was able to replicate this in OS X 10.11.3 El Capitan - found some log files for these errors as well. Looks like it's hitting an Unauthorized error...
Permissions seem to be good. App is installed on shop, and full access user. Anything else that could cause this?
I have read the CLA Document and I hereby sign the CLA
FWIW, this worked for me (esc + cr): ``` keybind = shift+enter=text:\x1b\r ```
Thanks for looking! I'm using `ghostty`, not sure if there's an equivalent.
For an `insert` mode it could be as simple as `@` to enter insert mode (similar to bash mode) that gives you more predictable text editing rules (like enter =...
It would be great if this was powered by `rg` and you could pass a config environment variable to override the default.