Stephen McDowell
Stephen McDowell
FYI related discussion on the [VTK discourse here](https://discourse.vtk.org/t/wrapping-vtk-in-an-inline-namespace/8072).
Inline namespaces are now merged into VTK master, [additional information here](https://discourse.vtk.org/t/new-feature-in-vtk-vtk-abi-namespace/9421)! I believe the next steps here are: 1. Choose the `inline namespace` (`drake_vtk`, ... ?). 2. Examine our third...
> We can open a separate ticket to improve our choices for VTK's externals => #17963 > Yes. In particular, change macOS to use a downloaded archive (similar to Ubuntu),...
https://github.com/RobotLocomotion/drake/blob/8e2f4b0e1dd214d1cf2c6b95c99d316b8ce121cf/tools/workspace/vtk/image/vtk-args#L5 It was mentioned that C++20 is inbound for jammy and macOS, but focal will stay 17. How should the different vtk archives be compiled? Currently they are all 17,...
I don't have any preference either way, if it makes things easier for maintainers then I'm all for it :heart: I'm pretty sure my filter is feature complete, but I'm...
Hey @DanySK this seems like a bug in the filter, can you look at #43 and see if there are some changes that fix your issue? When I wrote it...
I wrote that filter and tried to give some educated guesses but I'm not going to be able to help fix this anytime soon (personal reasons). Please provide a minimal...
Do you get reliable behavior if you follow the suggested approach of md -> tex then tex -> pdf (do not use pandoc to go md -> pdf)? https://github.com/pandoc/lua-filters/blob/master/minted/README.md#pdf-compilation The...
Hi All, As @k4ml indicates, you need to update `setuptools`. I personally just upgraded the system `setuptools` (with `sudo -H pip3 install -U setuptools`). My understanding is that `buildout` could...
The doxygen compatibility problems have been resolved, but I still need test code that exhausts concepts options. Been perusing cppreference but still trying to work it out (haven't had the...