Federico Simonetta

Results 123 comments of Federico Simonetta

Custom code actions have been removed because that feature overlaps with edit with instructions. Edit with instructions already provides the ability to change the model with one that is tuned...

Nui.nvim has its own method to close pop-ups. We should instead leave the user the ability to set its own key maps...

I was meaning that in the config there should be a table like this (default empty): ```lua { {'n', 'C-k', function () print('do something') end, {silent=true}} } ``` Then, whenever...

I think this issue is actually useful. I was looking for these information but couldn't it

Making the functions public would allow patching the plugin without needing of PR

> With a fresh install of 4.25.2 it works ok. Can you report on OS version, Node version, and paste your packages.json?

Hi, I tried right now with the latest commit but I still get the same error

I think the default settings should be: ``` urgency.inherit=1 urgency.blocking.coefficient=0 urgency.blocked.coefficient=0 ``` This would reflect the usual meaning of "blocking" and is more user-friendly.

I guess the part that should be modified is only this one: https://github.com/GothenburgBitFactory/taskwarrior/blob/e9c6c6c846c932eea9fb46894779e10ef1f30a52/src/Context.cpp#L156-L165 Here is a pull-request for this part

The general use case is the interoperability with other software such as Escriptorium, OCR4All, and Transkribus. I am especially interested in it, as well as in introducing music scores into...