Federico Ciuffardi
Federico Ciuffardi
Looks like go to definition is not working with [subpath imports](https://nodejs.org/api/packages.html#subpath-imports), is this feature supported?
I guess what I removed are old instructions since those files are gone and the instructions are at https://github.com/tbabej/taskpirate.
The following line of `pirate_add_shift_recurrence.py`: ```python tw = TaskWarrior(data_location=os.path.dirname(os.path.dirname(sys.argv[0]))) ``` is wrong if `hooks.location` is not inside `data.location`. Currently I have: ```python data.location=$HOME/.local/share/task hooks.location=$HOME/.config/task/hooks ``` I had to set the...
Should allow `_gui_input` to work (#38) and also allow more flexibility in how to handle events. Related documentation: https://docs.godotengine.org/en/stable/tutorials/inputs/inputevent.html#how-does-it-work
#39 Fix warning in InputManager by duplicating input event objects before emitting to ensure safe parsing.