Alexander Heidelberg
Alexander Heidelberg
Same issue, I use `Alt+Arrow` to navigate panes in tmux and it seems like the command is just not send to tmux.
I fixed this by adding another empty `messages.yaml` file without the `+intl-icu` suffix. Maybe this works for you as well.
I encountered the same issue, is this going to be merged?
I'm getting the same error as @kaysersoze (with sqlite3 though): ```module.js:682 return process.dlopen(module, path._makeLong(filename)); ^ Error: The specified module could not be found. \\?\C:\Users\Alex\Desktop\node_modules\sqlite3\lib\binding\node-v57-win32-x64\node_sqlite3.node ``` I've included `node_modules\sqlite3\lib\binding\node-v57-win32-x64\node_sqlite3.node` with `-r`....
I would also like to see the behaviour @da1z described implemented (at first validate only on submit, then after the first submit validate onChange) with support for Zod and similar...
I changed the priority of the plugin to 1 so it loads last which seems to have fixed it. Not sure what that means.