Tobias Diez
Tobias Diez
What's the status of this PR? I would love to have support for vue, so thanks a lot @AumyF for your work on this. For the record, this should fix...
Given that esm is very helpful in serverless environments and more and more frameworks use it (vite, nuxt, rollup, ...), it would be nice if ioredis could provide esm modules.
Personally I have bad experiences with plugin systems while maintaining JabRef. It makes development harder since you need to preserve the public API and on the other hand you have...
I would suggest to subscribe to https://github.com/Zettlr/Zettlr/pull/3099 so that you get informed as soon as there is further progress in this direction.
I think this would be a valuable addition (especially for mathematical-oriented people). @nathanlesage can you assign the issue to me?
> It is a lot to digest, and I need time to understand the type magic in there. I know its quite a bit of black magic in there. Essentially,...
> Ah, I think I know what's happening: Since the process isolation is strict, ipcMain is only available when called from main processes, and ipcRenderer is only available when called...
> That's what I meant with that we should make this a strict requirement: Saves us the hassle of doing type magic. So that would then require to return promises...
To be honest, I don't see the point of it. I think cluttering the code with `Promise.resolve` is less readable than having the `Promisfied` type in the background that you...
@nathanlesage how would you like to go forward with this PR?