David Weikersdorfer

Results 9 issues of David Weikersdorfer

Hello, I have a simple C++ program which includes `hiredis.h` header and then C++ `` header: ``` #include "hiredis.h" #include ``` When I compile under windows with LLVM clang-cl.exe I...

I have a large application where I dump about 30 MB worth of smaller objects into a file. All objects are using serde auto-derive `[derive(Serialize, Deserialize)]`. I am using `serde_yaml...

When cross-compiling a program using prost with `cross` I get the following error: ``` Error: Custom { kind: Other, error: "protoc failed: " } ``` Host: Windows Target: aarch64-unknown-linux-gnu Cross...

Added a new example which shows the most optimal way to assign vectors (or parts of vectors) to other vectors (or parts). Please help to verify that those are indeed...

I cannot get any of the backends to work under Windows. For example using this configuration from the docs: ``` ndarray = { version = "0.15", features = ["blas"] }...

When I followed the instructions to install openblas with vcpkg it produces a DLL which is about 1.7 MB and misses most of the functions. For example `dgetrf_`, `sgetrf_` and...

windows

I have a project built against 0.4.2 which suddenly stopped working with compiler errors. cargo is free to upgrade between "patch" versions, like from 0.4.2 to 0.4.5 as patch versions...

**Describe the bug** Launch rerun on Linux. Put system to sleep. Wake system up again. Rerun is crashed with error "Parent device is lost" **Expected behavior** Rerun does not crash...

🪳 bug
🔺 re_renderer
💣 crash
🐧 linux
user-request

When displaying a mesh with texture using `Mesh3D::with_albedo_texture` it is not possible to select the texture sampling strategy. It looks like some interpolation like "linear" is used. This makes it...

enhancement
🔺 re_renderer
🍏 primitives
user-request