Sumner Evans

Results 186 comments of Sumner Evans

Workaround to open coc-explorer in the current working directory as set by Vim. Good for use with [vim-rooter](https://github.com/airblade/vim-rooter): ``` function! CocExploreCwd() let cwd = substitute(execute(":pwd"), '\n', '', '') exe 'CocCommand...

note to self for what needs to be done here: need to figure out how to get it to hot reload code mounted from the host. It would be ideal...

FWIW, https://github.com/matrix-org/synapse/pull/12484 is a working implementation of this MSC in Synapse.

You can take a look at some of these projects: * https://gitlab.com/beeper/matrix-vacation-responder * https://gitlab.com/beeper/chatwoot/ * https://gitlab.com/beeper/standupbot I'd look at the vacation responder first, since it's the most barebones one.

I think this is a great idea, I never remember to share that I'm using an open source project on social media. I vote for Facebook and Twitter first, then...

Shift + Up works for me. I type: `Cur` + `Shift` + `U` and it does the same thing as `Shift` + `Up Arrow`. Also `Ctrl`+`Shift`+`Left` seem to work as...

Seems also to be an issue with GitHub Copilot now as well (it requires `nodejs

I have the following in my config to fix the issues with dbus: https://git.sr.ht/~sumner/home-manager-config/tree/master/item/modules/window-manager/wayland.nix#L64

Not sure if this actually fixes people's problems, but I see this in my git commit log, which means that it maybe is necessary? https://github.com/sumnerevans/home-manager-config/commit/f82aacb32cb25145b614bc1d4fd907617c416b6e

@teto I think https://github.com/nix-community/home-manager/pull/2992 is what's being referred to