Laurent Cozic
Laurent Cozic
Yes that will be changed on desktop and mobile eventually, but it's not a bug, just a feature we need to change
I think "timers" should be part of the dependencies. On environments that don't need it it will do nothing, and on those that miss it it will fix the issue.
I think it may be related to this TODO here, as it's try to read as UTF-8 a binary blob: https://github.com/brianc/node-postgres/blob/947ccee346f0d598e135548e1e4936a9a008fc6f/packages/pg-protocol/src/buffer-reader.ts#L6 And somewhat related is why does it try to...
> What is the problem Is it not clear from the thread above that you, presumably, just read?
Anyone found a working fix for this? I've applied the one below, but users are still having the same error. CursorWindow.class.getDeclaredField("sCursorWindowSize").setAccessible(true); CursorWindow.class.getDeclaredField("sCursorWindowSize").set(null, 50 * 1024 * 1024); // 50 MB
This project has been dead for more than 5 years. Better use an alternative such as terminal-kit
Duplicate of #7617
Conflicts need to be fixed and branch rebased. Also run "yarn run updateIgnored" from root
recheck
@k33pn3xtlvl, we plan to release a new version 2.10 of the CLI app and hopefully your feature can be included. Please let me know if you need anything to get...