Thibaut Colar
Thibaut Colar
Sheveled for now, seems termbox on OsX does not support Command/Meta combos (or might be a VT limitation), anyway to be investigated some more later.
Won't do, on OSX terminal - Command combos are mostly taken by the OS and not passed through - Option combos are internally used for accented chars http://www.corpbuscards.com/mackeycodesfortyping.htm so basically...
Are you sure that's the issue ? With mysql I've been having a similar looking issue (could not connect anymore, hangs) and after much research it turned out to be...
Ho, you reported that, duh, That's pretty funny. I haven't run into the max_prepared_stmt_count you reported but could be that I'm just not creating enough queries, will keep an eye...
I checked on "com_stmt%" but since the db as some other systems using it it's hard to tell. Also currently I'm using very few transactions with Jet, although that will...
Doesn't seem Eric has been around Github in a while ? Matt juts FYI, I've been using your fork for now. I did verify/see the issue, although it was not...
We keep running into this as well, have not pinpointed exactly how it happens, though it's usually happening when package.lock is changed, it *might* be related to importing a package...
also on ubuntu (will check the version tomorrow), but not as root.
Have a repro on a machine right now ``` Error [ShellJSInternalError]: ENOENT: no such file or directory, open '/tmp/shelljs_ad97862519c0d373bb5e' at Object.openSync (fs.js:458:3) at Object.openSync (pkg/prelude/bootstrap.js:505:32) at Object.readFileSync (fs.js:360:35) at Object.readFileSync...
Note : I might be able to look into it as I have access to a Mac, but wanted to check first if it's a know issue or if you...