Kai Mast
Kai Mast
It seems like libbson is in pretty good shape but bson-cpp is apparently abandoned? Is there another, more up to date, repository?
This is more of a suggestion than a feature request. When looking at the codebase, it seems to me that a new stack is allocated whenever non is available right...
This pull request aims to make the issues addressed in #408 a little easier to solve. Currently, you have to re-implement `program::State` which seems like a bad idea just to...
There seems to be bindings missing for a `wasmer.NewTable` function. The go API already exposes the `NewMemory` but has no equivalent for tables. The Rust API has [such a function](https://docs.rs/wasmer/1.0.2/wasmer/struct.Table.html#method.new).
It seems like this library requires std. Is there support for or plans for supporting compilation without the standard library?
I have written python bindings in C++ using boost::python which generates a shared object. It looks like doxypypy wants a python source file as an input. Is there any way...
Now that OpenLambda uses cgroups v2 it should be possible to run it not as the root-user. That should make testing easier and also prevent some potential attacks. This might...
I'm trying to use Subadub to learn chinese but it seems to switch back to English on every new episode. It might be because the audio is set to English...
Hi, How do I set custom compile-commands.json for clang-tidy? I need this to use validator properly with a meson build. I tried to put "-p ./build" into .clang-tidy-config to set...
I started seeing these on the newest rust nightly ``` kai@kai-thinkpad ~/d/plex (master)> cargo test Compiling proc-macro2 v1.0.10 Compiling unicode-xid v0.2.0 Compiling bit-vec v0.4.4 Compiling syn v1.0.17 Compiling vec_map v0.6.0...