Simon Dickson
Simon Dickson
You could try using this plugin: https://github.com/tpope/vim-dispatch
Am I interested in reviving this issue, but also introducing the ability to lock down consume/publish on a per-topic basis as well. Potentially have some kind of config file that...
I have this working in a project I'm working on. It works fine for functions as they implement this: https://github.com/YarnSpinnerTool/YarnSpinner-Rust/blob/8918900c9ec0470203ac4ad9bbb19e5f9acb07ea/crates/core/src/yarn_fn/function_wrapping.rs#L57-L60 But commands don't so so I have to implement my...