Mitchell Pleune

Results 53 comments of Mitchell Pleune

It appears that this is fixed, and all it needs to start functioning is for the version of digitalsparky/cssminify to be bumped and deployed.

I would love for this to be merged. It seems to solve my issue to allow me to create a more reliable system that automatically restarts on a connection loss....

@hacker1024, how can I apply this override? I cannot figure out how to use your snippet.

Has there been any further discussion on this? I think it would be very reasonable to change the default fastdds profile to have a much larger shared pool to alleviate...

Thanks all for some very fast responses. I did experiment with fastdds's large data mode, but I find that rclpy subscribers have horrible throughput of non POD messages unless the...

I have proposed some changed to the wiki page that may have saved me a lot of time https://github.com/ros2/ros2_documentation/pull/4522

We currently have to maintain a branch with these fixed to allow using asan with rclcpp. These fixes work for us. @wjwwood, sorry again for a ping on this, but...

I am having this exact issue now using the demo/sdl_opengl3 code. My solution has been to add 1px to the scissor region in the demo draw function, but this feels...

Here is the output of `MESA_D3D12_DEFAULT_ADAPTER_NAME=Nvidia strace -o strace.log glxinfo -B`, where llvmpipe is used instead of the GPU [strace.log](https://github.com/nix-community/NixOS-WSL/files/15000069/strace.log) I can see many references to `/run/opengl-driver/lib` here, so it...

hmm, libd3d12.so does exist in my nix store in from the wsl-lib and opengl-drivers packages: ``` > find /nix -name libd3d12.so /nix/store/4mpn0189n0wrbi6xscricgsrdkx26bmx-wsl-lib/lib/libd3d12.so /nix/store/gbfz16cazfd57f45654x916g06cwifxf-opengl-drivers/lib/libd3d12.so /nix/store/1h8c6cx18mwn0i0kcz25mzbbf87mf8jp-opengl-drivers/lib/libd3d12.so /nix/store/lk3pnpksmdw28m0nlj069vvg63l7ljjk-opengl-drivers/lib/libd3d12.so /nix/store/0lxfb1j4yi3r0kaggq0hg0ad6q0i57ix-opengl-drivers/lib/libd3d12.so /nix/store/57nb4gx6pmn46mvc8hlr26jmgm5j6i18-opengl-drivers/lib/libd3d12.so /nix/store/6xq076h9n17fhb1w3f1pv1flspx1386m-opengl-drivers/lib/libd3d12.so /nix/store/izbp5v8nvzs18gipcmd31iyywaqx10da-opengl-drivers/lib/libd3d12.so /nix/store/v4wwzpgiazb98xjb0v4z0qpn4g2jwv84-opengl-drivers/lib/libd3d12.so...