Windel Bouwman

Results 53 issues of Windel Bouwman

The scenario: `ppci-cc hello.c -o hello; ./hello` should "just work" (tm) to give a better out of box experience. See #24 for an initial discussion about this. Questions here: -...

Idea: create more detailed stack traces using the backwards library: https://github.com/bombela/backward-cpp Note: I just added the stack trace printer to one node, I can add it to the others if...

stale

This refines selection of fatal en non-fatal errors. There was no way to select `BUSOFF` as non fatal. My use case would be to select `BUSOFF` as non fatal and...

Hi, I would like to use this action to build the hdf5 rust crate against a msys2 package for HDF5. Things I would like to request for this github action:...

Some ideas: - change the rust crate into a library with some usage examples. - Have two layers: 1. C function prototypes 2. A rustic api - We might want...

rust

This looks like a cool project! I'm aware of vispy, pyqtgraph and other precursors, I still keep wondering if there will be support for data aggregation. What I mean by...

feature-request

I tried to use this crate on windows in combination with vcpkg. What I did was: CMD> vcpkg install hdf5:x64-windows But the `build.rs` file does not pickup this installation. Maybe...

enhancement
build

Hi, I would like to request a webassembly opcode: `dup`. The semantics would be that the top of stack is duplicated. Regards, Windel

I would like to try and add some algorithm to this library. Would KAZE be a good idea? Is there a list of missing algorithms? See also this KAZE description:...

During the creation of a yocto recipe, I had to make several changes to this package `CMakeLists.txt` file. In my opinion the top level `CMakeLists.txt` file can be simplified. First...