Kirill Alexander Khalitov
Kirill Alexander Khalitov
Resolve this issue https://github.com/darioteixeira/pgocaml/issues/79
The code bellow not working(v.4.0): `Something unsupported`. ```ocaml let insert name salary email = [%pgsql dbh {sql| insert into employees (name, salary, email) values ($name, $salary, $?email |sql}] ```
Feature request (https://github.com/tokio-rs/prost/issues/207) implementation.
"When binding with C or even C++, one cannot guarantee easily the validity of the function pointer. C++ **functors** are not C-compatible". https://github.com/ANSSI-FR/rust-guide/blob/master/src/en/07_ffi.md?plain=1#L455
Any workarounds for this feature? I tried this approach (https://github.com/Voronar/jsoo-webpack/blob/master/main.ml#L5), but it is awful.
External callback interfaces [not supported at the moment](https://github.com/mozilla/uniffi-rs/blob/0a5e2eb5760b4ce5549021ec91de546716de8db1/uniffi_meta/src/group.rs#L214). Please add the support or make foreign traits usable externally.
Hi. Awesome library! PKCE ([Proof Key for Code Exchange](https://oauth.net/2/pkce/)) is a popular securing measure across many identity providers. Is it hard to integrate it into this library? As I know...
Hi! Awesome project! From my personal experience it is a bit hard to read a huge amount of the documentation with so fancy font face. And having dark/light mode switcher...
A bit hacky, but it works.