Thiago Araújo Silva

Results 14 issues of Thiago Araújo Silva

**Is your feature request related to a problem? Please describe.** I searched a lot for a solution to this problem, but currently, there seems to be no way to avoid...

I'm sorry for this issue because it might not relate to xkeysnail directly. Please, close it if it's not relevant. There are a few GTK applications like Slack and Franz...

It would be great if there was a function like this: ```python def toggle_mark(): def _set_mark(): global _mark_set _mark_set = not _mark_set return _set_mark ``` It simulates the `C-SPC` Emacs...

For some reason, xkeysnail will detect the WM_CLASS of the application that was previously focused after triggering Gnome's Activities Overview. This is not desirable when the user has application-specific mappings,...

Some facts: - Suspenders includes itself in the generated application's `Gemfile` - Suspenders generators run in the context of the generated applications - Generated applications include Suspenders as a development...

Since we're dealing with a legitimate failure, we should stop the program and document that somehow.

Our README is out of date and not synced with the current state of the app. Among other things, we need to: - Review each gem and instruction. Is the...

If I run Suspenders with a Ruby version other than the one declared in `Gemfile`, I'm still able to generate my application but I get the following message over and...

The suspenders command does not fail when accidentally picking up an unsupported Rails version, which may lead to very strange errors. I had a problem with it picking up Rails...

Enhancement

We should not use a custom `Gemfile` - we should use whatever `Gemfile` Rails generates for us. In practice, that approach results in inconsistencies like [specifying a different database and...