Results 208 issues of Dustin Spicuzza

The meson FAQ specifically calls out dependencies as an area where it's better for support to be embedded in meson: > First, Meson aims to provide a rich set of...

``` ImportError: dlopen(... site-packages/imgui_bundle/_imgui_bundle.cpython-312-darwin.so, 0x0002): symbol not found in flat namespace '_BrotliDecoderDecompress' ``` Works fine on my M3 mac, but not on the intel mac. Any thoughts on what's missing?

Code to reproduce (imgui 1.91.3) ```c++ static uint8_t buf[1024]; static MemoryEditor editor; if (ImGui::Begin("Mem", 0, ImGuiWindowFlags_AlwaysAutoResize)) { editor.DrawContents(&buf, sizeof(buf)); ImGui::End(); } ``` I'm sure you're busy, but if you had...

The RoboRIO python version is just extra information and doesn't really belong here. It confused a user on CD, remove it.

Some tests don't require isolation, we should detect those cases and run them normally to avoid the speed penalty.

help wanted

pytest-xdist can do it, so can we? The reason we aren't using pytest-xdist is that it doesn't have a way to limit the number of simultaneous tests and have each...

There's probably a clever way to support this, but I'm not sure it's worth the time. Here's something that fails: ```python def get_alliance_stations() -> list[str]: stations = (1, 2, 3)...

help wanted

This is primarily for CI testing at the moment.