Dusty Phillips
Dusty Phillips
We could check if the process is alive on the local machine. Is there a cross platform ps aux | grep [j]observer? This issue is less important since I created:...
* Rebased and fixed conflicts. * Switched to `s` and `v` for opening in splits Tangentially related: my book recommends remapping `\` to `ctrl-w`, and I suggest this could be...
> Kinda naive question, but is there a specific reason we use 2 separate autocmds on the same event? It was cause in my local config I wanted to keep...
I think that's just me being daft.
For reference, here is the config that I used to override the default one provided by lazvim (as far as I can tell, there's no way to say "call the...
Created the linked PR to implement all of the above, though I'm cautious about the keybindings.
I experienced similar to ricardo-devis-agullo. I am able to send manual traces using a variation of ImLunaHey's code, but autoinstrumenting the http endpoints doesn't work. I have a feeling that...
I am encountering a similar use case for read permissions, except the receiver of the feedback is not the system owner: User A wants to share an object with B,...
For anyone stumbling across this issue while looking for lua to dict syntax (as I did), I think it would look something like this: ``` vim.g.PaperColor_Theme_Options = { theme =...
I've also been struggling with various incantations of this. It works acceptably in certain toy app scenarios, but it's a frustrating nightmare in a production app. I think I've got...