David Allemang

Results 20 comments of David Allemang

> Remember this is not only about drawing white text on black backgrounds. The code has to provide for blending say red text on green backgrounds. As such, there is...

Here are the colors and font size I was using. https://gist.github.com/allemangD/a3b506ae521137b319643676dee17aef The first three screenshots were with `--config=none`. I don't know if it would matter but I'm on Ubuntu with...

> what was your motivation for testing this branch? I've always had some sense that fonts in kitty seemed "softer" around the edges somehow, and this looked like a possible...

`ctkDoubleRangeSlider` doesn't provide `setRange`, so minimum and maximum need to be set separately for that widget. It causes `ctkRangeWidgetToRangeConnector` to fail tests. I'm not sure if it would be better...

I just checked out this PR and clean build. Nothing special otherwise. Looks like CTK is updated in Slicer yesterday, #7544, so probably easiest to just rebase this branch on...

Yep, rebase fixes the issue. It should be fine to rebase-merge from GitHub.

This may be fixed in the recent changes pushed to the extension index yesterday. Could you try un-installing and re-installing both `SlicerAutomatedDentalTools` and `SlicerDentalModelSeg`? You could also try running the...

Adding a parameter is probably the best option, since the appropriate value depends on the user's hardware and input data. The default should probably still be to use GPU memory,...

Will need to add some `atlas` metadata to the root level of the JSON file. Key parts are atlas ID and checksum. Need to isolate the "atlas loading" logic into...