William Toth
William Toth
We ran calibration with mrcal enabled on ~80 images. At the end of the process, the intrinsics output were ``` 'intrinsics': [ 964.3192542, 968.4167198, 766.3572371, 656.0259428, -0.03374426143, 0.0003779715023, 0.0008241449289, -0.009869350879,...
Photonvision only allows importing calibrations that are within a certain size limit. Currently that is 50000000 bytes, though even when getting close to that limit, the webUI struggles to import...
When implementing `Loggable` on a class, if that class also has a list of references to loggables in a cycle, such as static references to itself, the recursion does not...
Looking at a .wpilog, specifically the `DS:autonomous` signal, in advantage scope things look how I would expect them. The mode transitions from false to true and back:  However in...
This is a bit of a continuation of #2138 I'll start with the example which produces the output which I am expecting. Loading all trees using `lyd_parse_data_mem(ctx, xml, LYD_XML, LYD_PARSE_STRICT,...
Is there any way built in, or otherwise recommended to track the amount of memory allocated by libyang, ideally without LD_PRELOAD or similar? For example, libxml provides an [API](https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-xmlmemory.html#xmlMemSetup) to...
This looks similar, but not quite the same as https://github.com/emilk/egui/issues/4918 and https://github.com/emilk/egui/issues/1775 **Describe the bug** When dragging a window between two monitors with different resolutions and scale factors, the window...
### What would you like to be added or enhanced? Today Iceberg is provided through S3 Tables integration, specific to AWS. The ask is to add additional providers, or a...