Ed Yu

Results 25 comments of Ed Yu

Ok. I do need to export the environment variable instead of passing via the URI.

> I found you can configure this in the connection string with the `tlsCAFile` option, e.g., > > ```julia > Mongoc.Client("?tlsCAFile=/etc/ssl/certs/ca-certificates.crt") > ``` > > `SSL_CERT_FILE` environment variable also works,...

Same problem with using libduckdb.so.

2.34 doesn't work either unfortunately

``` Error relocating /root/lib/libduckdb.so: __swprintf_chk: symbol not found Error relocating /root/lib/duckdb.so: __vsnprintf_chk: symbol not found Error relocating /root/lib/libduckdb.so: __res_init: symbol not found Error relocating /root/lib/libduckdb.so: __fprintf_chk: symbol not found Error...

Yeah, some of these errors are over my head tbh. Thanks for looking into the errors but not sure what I can do here.

It would be great to have something similar to go's `os/exec`.

diff --git a/bower.json b/bower.json index d7a6a8f..3911df6 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,7 @@ "license": "BSD-3-Clause", "private": true, "dependencies": { - "FileSaver.js": "[email protected]:eligrey/FileSaver.js.git#899ed116a946921223f25eaa2f54862b737c6e73", - "FileSaver.js": "https://github.com/eligrey/FileSaver.js.git#899ed116a946921223f25eaa2f54862b737c6e73", "promises-done-polyfill": "1.0.0", "db.js":...

Same problem with WSL2 (2.0.6.0) using ubuntu 22.04

Have you tried changing iptables to iptables-legacy?