George Baxter

Results 3 issues of George Baxter

Trying to do an npm install of node-rdkafka. I've brew installed openssl, librdkafka and set the env variables LDFLAGS=-L/opt/homebrew/opt/openssl@3/lib CPPFLAGS=-I/opt/homebrew/opt/openssl@3/include PKG_CONFIG_PATH=/opt/homebrew/opt/openssl@3/lib/pkgconfig During the build, I'm seeing this problem: ld: warning:...

**Environment Information** - OS : Mac OS 12.2.1 (M1 Max) - Node Version : 16.13.0 - NPM Version : 8.1.0 - C++ Toolchain : % g++ --version Configured with: --prefix=/Library/Developer/CommandLineTools/usr...

According to the documentation (https://www.mongodb.com/docs/drivers/node/v4.6/fundamentals/connection/connection-options/), connection pool configuration is dependent on options maxPoolSize and minPoolSize. The loopback connector only allows a 'poolSize' option to be defined and passed to the...

bug