-
One of the more advanced features of FMOD allows pulling information back out of FMOD at runtime.
I've been trying to figure out how to do so with bevy_fmod recently. While I can register callbacks, …
-
**Describe the bug**
I can't connect without running `gpclient` as root. (This means that the GUI launched via desktop integration doesn't work).
**Expected behavior**
The GUI launched via normal…
-
The current python wrapper lives in https://github.com/mattrglobal/ffi-bbs-signatures so it would be best to submit PRs there.
This crate should be published to crates.io (after testing the wrapper…
-
We've been exploring using UniFFI for our updated version of a core library to make things easier on us than using straight C FFI code & hand written wrappers. Problem is we have some parts of the cod…
jfro updated
2 months ago
-
Used to work until recently, no known changes server-side
SAML authentication works, but no internet connectivity once connection has been made.
Connection information returns Default route 0.0.0.0 …
-
When I try to install `linak-controller` using `uv tool`, I get a very long error message because `pyobjc-core` fails to build.
Somehow, `pipx` is able to install `linak-controller` so I suspect th…
-
I encountered an issue where if you use ClearBackground() and try to draw a sprite some sprites, they will flicker on the screen.
This is the code
```
unsafe {
raylib_ffi::InitWindow(wid…
-
### The Problem
I am using uniffi with some code that does DSP - called from C, Objective C and Swift, and using the [os_log crate](https://github.com/steven-joruk/oslog) to integrate the `log` cra…
-
This is (currently) not _directly_ possible with Haskell's FFI interface, so we'll need to generate wrappers.
edsko updated
3 months ago
-
All string-returning Varnish functions must store strings in a workspace. A macro-generated wrapper does this for String/&str/CString/&CStr values. This results in several failure modes that we might …