Gyubong Lee

Results 77 comments of Gyubong Lee

> could you send me the files by gmail > Sorry, which files should I send? Do you want everything in the `node_modules/alfred-evernote-workflow` directory? > you can exclude token value...

Could you try the 0.9.6 version? I just updated some way to generate setting files because the existing way looks a little messy and has some bug. Please let me...

1. What kind of app are you making? [arvis](https://github.com/jopemachine/arvis) 2. What is the scale of the app (small, medium, large)? Medium 3. What is the size of your team? Are...

I don't know why this happens, the bug doesn't happen on production mode.

> @jopemachine it'll be some time before I get around to electron 12 and 13 but do provide more information if you can, such as if this behavior is the...

> @jopemachine thank you. It seems that for this particular use you need `keydown` event. If I'm mistaken about that then you might want to try `keypress` event instead. >...

> I think I also once encountered that issue on macOS. For me, it was related to the fact that the terminal application used to start my application no longer...

> Ok, pull request done Is this issue resolved?

This issue is related with `repl.history` which is used in this module. The node's `repl` API (REPLServer.rli) changed after Node 16. The `repl.rli.addListener` should be replaced with `repl.addListener`.

I'm not sure this repository is still managed. So, I made a forked version of this repository. https://www.npmjs.com/package/@jopemachine/react-multi-email This version support below additional features * [Support enable flag](https://github.com/jsdevkr/react-multi-email/pull/60) * [Support...