-
No code has no roadmap. I would like to suggest a few non-bindings
- nocode - golang
- nokode - kotlin
- nokit - objectivec
- nojs - JavaScript
- nors - rust
Any other suggestions?
-
Hello,
I wanted to try the qt bindings for golang and I started with the following command (copied from the recipe homepage):
`go get -ldflags="-w" github.com/therecipe/examples/basic/widgets &&…
-
Rather than adding each API call by hand, it may be easier to automatically generate the bindings from the IDL? This is how all the other bindings are done.
There are (at least) two ways of doing thi…
-
As stated https://github.com/golang/protobuf#go-support-for-protocol-buffers, that:
```
This module (github.com/golang/protobuf) contains Go bindings for protocol buffers.
It has been superseded …
-
Hi Alex,
I'd like to build a Docker image for our Go server that uses https://github.com/mattn/go-sqlite3 and https://github.com/asg017/sqlite-vec. I'm having a hard time building a static or dynam…
wjkoh updated
2 months ago
-
This is not a bug, but a general observation:
It looks like most implementations of ev3dev language bindings choose to reopen sysfs files each time anew, rather then caching an open filehandle (open …
-
Hi,
I'm using golang and am using [go-libsql](https://github.com/libsql/go-libsql).
When I import `sqlite3` and `libsql`, both drivers, the error below occurs.
```go
import (
_ "github.com/l…
-
It's better to have a code library such as a .dll file for the interface to a Chess engine and connect to it with GDNative.
Golang bindings are available but the available code is no longer support…
-
In https://github.com/apache/arrow/pull/11538 support for writing to parquet files will get merged into upstream arrow for golang, does it make sense to drop use of the pure go parquet library? The C+…
-
I am getting crash on Cgo execution of P2AffinesAdd. Wonder if you guys have any advice?
Signature and verification are fine so I guess it only affects certain APIs.
Docker base: golang:1.18-alpin…