-
Currently rust api and implementation of the library isn't idiomatic rust code, which makes it awkward to read and understand.
I think we can change the library so it is like a normal rust library,…
-
Hello,
I've been trying to use this component with Rust and I've been met with a crash that has me scratching my head.
The component was imported through the esp component registry like so,
```…
-
- [x] Double check for segfaults
- [x] valgrind
- [x] Export an alias to the existing FFI binding
- [ ] Test FFI
- [x] Decide how/if this code will be used in one of our traversals
- [ ] Pe…
-
In the asynchronous REQREP demo, an exception is thrown in the callback [[1]]. However, the callback takes a direct function pointer [[2]] and nng may or may not have been built with [`-fexception`] (…
-
We should probably support:
* Packed records (no alignment anywhere)
* Standard conventions (e.g. x86-64 C ABI)
* Custom conventions
All of these are covered if the library keeps a list of the…
-
Make todo list here of geopandas functions and implementation status
-
Copy of https://gitlab.gnome.org/World/Rust/poppler-rs/-/issues/1
Downstream `poppler_rs` cannot compile because of a type mismatch on windows (on one side a `libc::clong` that is i32 on windows an…
-
## Proposal
Permit `COMPILE` pragma outside of the defining module of a data/record type. Something like:
```agda
import Prelude.Maybe using (Maybe)
{-# COMPILE GHC Maybe = data MAlonzo.Code.Pre…
-
how to support Luajit like Nginx-module-lua
-
Hi,
I am trying to convert slowfast_4x16_resnet50_kinetics400 to TVM using the below notebook:
https://github.com/zhreshold/cvpr2020-videomodeling-deployment/blob/master/03_deploy_video_model_to…