Nabil Servais
Nabil Servais
Hello, duckdb : 0.3.4 OS : Ubuntu 20.04 CPU : arm64 After building the extensions, I load the extensions and after I encounter this error. ``` D LOAD '../sqlitescanner/build/release/sqlite_scanner.duckdb_extension'; Error:...
**Is your feature request related to a problem? Please describe.** Onnx-go is quite slow on ARM64. **Describe the solution you'd like** Add hardware accelaration on differents library dependands on onnx-go...
Trying to test onnx-go with alpine go 1.11 (in container) and this happens : ``` /go/src/github.com/owulveryck/onnx-go # ./go.test.sh # runtime/race /usr/lib/gcc/x86_64-alpine-linux-musl/8.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: race_linux_amd64.syso: in function `__sanitizer::GetArgv()': gotsan.cc:(.text+0x4183): undefined reference to `__libc_stack_end'...
Hello, I'm trying to us geoscript for a very simple project but at the compilation, build fails. ``` ➜ prj2epsg-ng ./gradlew run > Task :compileGroovy FAILED startup failed: General error...
Actually, manylinux only push wheels for python 3.7-amd64. Maturin have the ability to build multi-arch and multi-version. For example : https://github.com/ijl/orjson/blob/master/.github/workflows/linux-cross.yaml
Hello, I'm trying to use aranet4 on my macbook but I can't scan the aranet4 device. Here the logs : ``` (base) ➜ ~ pip3 install aranet4 Collecting aranet4 Downloading...
**Is your feature request related to a problem? Please describe.** Use and maintain Opensearch cluster is hard and costly to maintain (the AWS serverless version cost 700.80$/month). **Describe the solution...
InsertBefore and InsertAfter didn't work because the tested value was default instead of this.object.
**Describe the issue** When a query retuns Date type and it is exported to Dataframe or Arrow, it will be transformed to **How to reproduce** ``` res = chdb.query('SELECT toDate(now())',...