Jérémie Dumas

Results 52 issues of Jérémie Dumas

Hi there, When building partio as a subdirectory with CMake, it would be great if we could _only_ build the main lib: https://github.com/wdas/partio/blob/9288fefd3b77085507171e5acdafc12cc8f44fae/CMakeLists.txt#L136 And skip the python/tools/etc. (i.e. don't require...

Oftentimes when I'm debugging/inspecting something real close, it becomes hard to navigate the camera, since any rotation centered on the scene and any rotation will quickly drift the view away...

I wish the unit tests were registered with ctest so I could run them simply from the command-line. It seems they're not run in pull requests either, so it's a...

A lot of files have a mix of tabs and space, so converting tabs to 8-spaces in bulk. Similarly I trimmed any trailing whitespace. You can [ignore whitespace](https://github.blog/2018-05-01-ignore-white-space-in-code-review/) to make...

Hi. When setting compiler options for sanitizers with `set_sanitizer_options(address DEFAULT -fno-omit-frame-pointer)`, this will fail on MSVC because the flag is not supported. I would suggest either using different defaults (we...

See [this SO thread](https://stackoverflow.com/questions/25676277/cmake-target-include-directories-prints-an-error-when-i-try-to-add-the-source) for a description of the issue.

Hi! I was wondering if there's an easy to visualize discrete scalar attributes (e.g. facet coloring/clustering). It seems that scalar quantities are associated a continuous color map (like Viridis), but...

enhancement

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...

:lady_beetle: bug

### Question Consider a project with the following folder structure: ``` . ├── foo │   ├── hello.py │   └── pyproject.toml └── pyproject.toml ``` **pyproject.toml** ```toml [project] name = "uv-nested" version...

breaking

# Summary Hi. When running TBB with Asan + GCC on Linux in Debug mode, I'm hitting this assert: https://github.com/uxlfoundation/oneTBB/blob/e1caa5f5a7572a0cd74fcf63270e059bf5ac4321/src/tbb/governor.cpp#L177 ``` jdumas@hostname ~/e/g/o/build (master)> ./gnu_13.3_cxx11_64_debug/test_task [doctest] doctest version is "2.4.11"...

bug