Akinori Musha

Results 124 comments of Akinori Musha

Looks like Twitter stopped their v1.1 endpoints a couple of weeks ago, and all Twitter clients/apps are required to migrate to v2 API and register their apps again. I'm yet...

What do the logs say? ImapFolderAgent only records what's there in the first run and emits no events. It will emit events for new emails that arrive after the first...

The check passed without any error saying Everything is fine. The messages with constant redefinitions are warnings that should do no harm. You need to investigate what happens when you...

@virtadpt I'm afraid not. I guess the schema_migrations table got hosed and the `db:migrate` tried to run migrations that had already been run. What does `select * from schema_migrations` show?...

This is set to the draft state only because the branch is based on `ruby-3.2`. Once #3216 gets merged I'll rebase this on the default branch.

Turned out the problem still persists. 🥺

Looks like the build is fixed with the lastest version of RubyGems.

That doesn't change the current directory of the Vim process. Also, z is an alias to a shell function `_z_cmd` that cannot be called simply with `:!`.

Is there anyone who can merge this? /ping @jcs090218

I found this after submitting my PR: https://github.com/tmux-plugins/tmux-open/pull/57 I thought exactly the same and I also didn't want the "copy" part, so I came up with a more flexible option....