Alberto Miorin

Results 13 comments of Alberto Miorin

I have tested nvim, tmux, wezterm, and zellij. I can confirm that tmux distinguish between ctrl+j and ctrl+m/return while zellij does not. In nvim using ctrl+v I see the correct...

With Version 6.5.13 (Build 1041) is not affected by this problem.

After some iterations I have found a better way to swap windows between displays. I switched to stack and alway use 4 desktop no matter how many displays I have....

I have the same problem with macOS Sonoma 14.2.1. https://youtu.be/px_f1t69Zhg

Have you created the directory 'scratch' in your home?

I think you need to use ProjectPath instead of Project

The callback signature is changed. I cannot merge your patch. Now it accepts also a dictionary and call invoke(title) on it. https://github.com/amiorin/vim-project/blob/master/autoload/project/config.vim#L74-L78

@jasonmp85 I have a use case for Multi-statement transactions targeting a single shard: The **event store** of event sourcing (ES) design pattern. In this use case you have two tables:...

@ddorian You are right about voltdb. Let's say it's possible to implement the optimistic lock in PL/pgSQL and pg_shard. I still have the problem that events_123 and optimistic_lock_123 tables are...

It doesn't work as expected because the `cwd` of `emacs` and `emacsclient` in osx (checked with `lsof -d cwd`) doesn't change when switching between projects inside `emacs`. Therefore `vterm` (the...