neoxpert
neoxpert
When using pnpm as a package manager, ensure that node-gyp is installed globally. Otherwise, try npm or yarn instead. Google translated: 使用 pnpm 作为包管理器时,请确保全局安装 node-gyp。否则,请尝试使用 npm 或yarn
Which version of glibc is installed on the system?
Well, at least that should fit. _ZN2v88internal20CanHaveInternalFieldEi hints to some mismatch (missing entry point) within libs NodeJS is using / provided with. While sqlite3 utilizes the N-Api, better-sqlite3 uses the...
Well the second log says you are on 3.8 ```Python using Python version 3.8.14```. I just ran a manual build on MacOS 14.1 / M3 without any issues. On the...
Which version of better-sqlite3 are you trying to install? Recent versions are covered with prebuilt binaries. What happens if you explicitly install version 12.2.0?
The "new" problem looks like a usage problem or issue within MyBatis' configuration. By default all connections returned from a HikariDataSource have autoCommit be set to true ([Doc](https://github.com/brettwooldridge/HikariCP?tab=readme-ov-file#frequently-used)). That is...
Can you please give more information about what you are trying to achieve? better-sqlite3 does not have any dependencies to other native modules like drivelist. Judging from the line of...
There has been an open issue for some time now https://github.com/hierynomus/smbj/issues/365. If you need it "now" you might just implement a Thread which sends SMB2Echo messages for any registered session.
Well, if you get in trouble, because your transactions / statements keep locking up the event loop, switching to asynchronous code may seem as "the solution", but to me this...