R Gibim

Results 82 comments of R Gibim

(note: tested only in Firefox) The GitHub search bar doesn't work with `gi` and afaik there's no way to focus on it if the keyboard shortcuts are off as suggested...

Looking forward to this change :) meanwhile using @lucasrabiec override configuration.

Stumbled on this... Would love to see this builtin tmux. For context, my prompt is something like (consider I'm on `~/workspace/my-projects`) ``` ⋊> ~/w/my-projects/ ``` And I have the following...

Very excited for this fix! This seems to be the only issue holding us to give a try to Renovate 😃

I feel there's still an issue here 🤔 In our case we're using Dependabot across all of our Ruby repositories, and we're still getting "Unknown" compatibility scores in pretty much...

Note: as a temporary workaround, I found you can define a Gemfile just for `overcommit`, i.e.: ```ruby # .overcommit_gems.rb source 'https://rubygems.org' gem 'overcommit', github: 'sds/overcommit', branch: 'master' ``` ```yaml #...

Perhaps make it possible to have each action only happen after a specific key is pressed (which would act as a "step to the next action"). Macros would be a...

We were using `-fail-on-error` along with `github-pr-check` by mistake (we shouldn't be using `fail-on-error` as we're setting our checks _levels_ individually). Since we `0.19.0` it seems that warnings do raise...

Ops, just stepped on this issue myself: ![image](https://user-images.githubusercontent.com/9031589/224485128-b13d6148-3a36-45d3-b46e-b5187599604f.png) For now I'll add a few `Exclude` items (as it's only one model), but indeed it's an interesting issue. It'd be nice...

I can confirm this is still an issue (at least with Rials 6.1 and redis cache store, didn't try others). Here's a minimal repro app: https://github.com/Drowze/test-goldiloader-uninstall-issue Error raised: ``` irb(main):001:0>...