Clément DOUIN
Clément DOUIN
> Are there issues with adding the `onChange` handler as well? I could add the listener, I'm just afraid it may become overcomplicated. onChange would be used only for a...
> I faced an issue with the last input field, when I try to clear it, > the last two fields are cleared and this causes calling the onComplete >...
> I'm facing this issue on my local only I think it is a duplicate of .
> I'm having an issue where onComplete and other events are executing > twice inside a React Strict Mode component called FormAuthPin. Thank you for the report, I will investigate...
It is exactly what I used to do with `imap` (and what I am doing right now with `imap-flow`). It could be great to integrate encoding/decoding inside the lib!
I had a similar need, I ended up building it from scratch by iterating over headers and body parts. I could adapt my code and propose a PR, @mdecimus would...
> Sure @soywod , a PR would be nice. This functionality should be an > optional feature so the `mail-parser` dependency is only included when > this feature is needed....
I work since a while on an alternative project called [Kronos](https://github.com/soywod/kronos.vim). It is a simplified taskwarrior + timewarrior, with an UI like Vimwiki. `vim-taskwarrior` inspired me, and I'm sad to...
@heiderich I was thinking to turn Kronos into a simple GUI. The database could be managed by Taskwarrior / Timewarrior (or any compatible backend, I had in mind Watson for...
@heiderich the fact to have Taskwarrior (or any kind of backend) will not impact the perf (since everything will be async). I will work on it soon. You can open...