Simon Fish

Results 39 comments of Simon Fish

Afraid I don't use this on the regular anymore. I'll unsub from this issue, but perhaps it should remain open for anyone else who experiences it.

As it turns out, all the shortcuts are configurable in the extension settings. I think you can get to these via `gnome-tweak-tool` off the top of my head. For anyone...

@PapyElGringo What do you think to this? Changing the defaults looks like it's got some appeal, but to do so would be a significant change that affects almost all existing...

AFAIK [this line](https://github.com/sinatra/sinatra/blob/master/.github/workflows/test.yml#L13) would need to be changed so that this workflow is run against `main`. Assuming this repo only runs CI and other automations via GitHub Actions, no other...

> Can you programmatically hook into the slide process and advance forwards or backwards It's been a while since I've had a proper look, but I'm at least relatively sure...

I'm also experiencing this issue when setting an attribute called `context`: ``` spec/factories/tests.rb:6:5: C: RSpec/EmptyExampleGroup: Empty example group detected. context { 'MyString' } ^^^^^^^ spec/factories/tests.rb:6:5: C: [Corrected] RSpec/EmptyLineAfterExampleGroup: Add an...

I can confirm that works. I still think it'd be nice to be able to use other keys as modifiers so that it's one motion instead of two, though.

I like this as a solution. Trying it now.

Not sure why, but this didn't work out for me. I also tried following the advice [here](https://wiki.archlinux.org/title/xmodmap#Reassigning_modifiers_to_keys_on_your_keyboard) to make sure XFB86Calculator got mapped to mod5. I might give this another...

I've experienced this too inside a GitHub Actions workflow. The common thread here is that neither process is attached to a terminal emulator. `docker build`, I'm guessing, runs against the...