Dominik Schilling

Results 114 comments of Dominik Schilling

Here's an initial version of a plugin which adds zsh completion for options and for SSH hosts: https://gist.github.com/ocean90/3e5da3c526c66144eab3a78b0101b2ec Copy the file into `~/.oh-my-zsh/plugins/assh/_assh` and add `assh` to the `plugins` list...

@Falkor Thanks, works like a charm! Could you please elaborate on the host completion part? Where do I have to add the line which @cnf has posted? I'm confused by...

@Falkor The question is, what is this wrapper command you're talking about? :) I already have `alias ssh="assh wrapper ssh"` in my zshrc file so I guess it must be...

@Falkor Thanks, but I want to have it for the regular `ssh` command/alias. I guess we'd have to do the same for `assh wrapper ssh `? ``` $ assh wrapper...

@Falkor This is working for me: https://gist.github.com/ocean90/31371768e6b6f47e06feb3ba34906361/revisions#diff-918a0e7065f6765a4de05d48967c1347

The Client* options are on server side, you want the one that start with Server*.

@moul Thanks for links. I could get it kinda working. **Config:** ```yaml hosts: example.org: &example-org Hostname: 236.76.138.168 Port: 2221 example.org:

I don't think that Sentry is a good place for logging all the SQL queries. But what I'm using in a few projects is this extension, which only logs query...

I'm seeing the same notice in combination with Yoast SEO and the [Preferred Languages](https://wordpress.org/plugins/preferred-languages/) plugin: The first two are not found, the last one is so `$mofile['found']` is true.

Yep, it also seems to not work as expected right now: * https://github.community/t/concurrency-cancel-in-progress-at-top-level-doesnt-seem-to-cancel-running-workflows/175801/6 * https://github.community/t/actions-concurrency-bug-report/175695