Open ejconlon opened 3 months ago
~hello ! I actually pushed some commits that change this behaviour this very morning, could you try on the latest commit if that was not the case?~
nevermind, I didn't push the change for observers
Patch looks sound nevertheless, will apply
btw, are you ok with me linking the bindings in the README ? :)
Thanks for addressing this!
Linking is fine with me.
Would you be open to exposing more methods in the C API? For example, finding which APIs are available, and what their names are. At the moment I’m trying to but the new bindings to use, but I might have time later to send a patch for those new methods.
yes definitely, the C api is very provisional right now and not stable yet. For instance all the names aren't homogenous. Stable version will be part of the 5.0 release.
heya! I just added some of the requested methods. there will still be a bit of breakage before stable release..
Thank you. I am still wrangling foreign pointers and the Haskell side! Will pull and try the new methods soon.
Hello, I'm working on Haskell FFI bindings for this library and found that using
API::UNSPECIFIED
doesn't quite behave as I expect. Creating an observer simply fails, rather than picking a valid API. Here's a diff that works for me:Is this the solution?
Thanks!