-
This issue has been hijacked from its original proposal to point to a "roadmap" of tasks to be done in the context of the below proposal, following the merge of the initial implementation in #859. The…
-
There is currently no way to use MapLibre native from a Rust program. I think we should build Rust bindings, similar to node-js and others.
Eventually, this may be replaced by the MapLibre-rs once…
-
```
flutter: Null check operator used on a null value
flutter: #0 CupertinoClient._tracker (package:cupertino_http/src/cupertino_client.dart:165)
flutter: #1 CupertinoClient._onResponse (…
-
Makefile for Go bindings has a hardcoded `libwhisper.a`, however on Windows this object (and target) is named `whisper.a`
```
make -C third_party/whisper.cpp/bindings/go whisper
make[1]: Entering…
-
I've been maintaining four implementations of this library, namely Rust, Python, Kotlin, and this one in Go. Due to serious time constraints, there will only be updates for the Rust and Python impleme…
-
Since GUI can't compile a full stack native M1 libraries as of 10/24, we will publish/support API builds with native M1 libraries.
-
# Summary of your issue
OpenCVSharp is fantastic; kudos to all your hard work! My cross-platform experience is unfortunately limited because there are no Linux ARM64 native bindings. I'm surprised …
-
### Is there an existing issue?
- [-] I have searched [existing issues](https://github.com/objectbox/objectbox-dart/issues)
### Build info
- objectbox version: 4.0.2
- Flutter/Dart version: …
ugran updated
1 month ago
-
* **Electron-Builder Version**: 25.1.8
* **Node Version**: 20.18.1
* **Electron Version**: 31.7.3
* **Electron Type (current)**:
* **Target**: arm64
Trying to cross compile on a github a…
-
According to the [node-postgres docs](https://github.com/brianc/node-postgres#native-bindings), you can use native bindings by doing `require('pg').native`. Would be nice if node-pg-query allowed for …