Marc Grau Davis
Marc Grau Davis
I installed the program before realizing my card was not supported. I would like to uninstall the program, but currently it seems the only way to know exactly what the...
With the previous behavior, the trackpad was completely broken: all but the sharpest scroll gestures would result in the translation delta being truncated to 0. I believe the value from...
Removing "UIRequiresFullScreen" and adding all 4 of the orientations will cause the OS to enable all of the iPadOS multitasking configurations, which most importantly includes going full screen on an...
`CeresMinimizer` from `bqskitrs` makes a call to `num_residuals` on `DifferentiableResidualsFunction` objects. The string `num_residuals` is not present anywhere in the Python `bqskit` repo, making it unclear that this is a...
I’d like the ability to perform a “lazy map”, meaning to have a `RuntimeFuture` to which I can submit more tasks. Here’s an example scenario where this would be useful:...