Mitchell Allain

Results 11 issues of Mitchell Allain

I believe the parameter `max_num_final_iterations` was referenced by mistake in the algorithm walkthrough docs. I have updated it to `log_residual_histograms` based on the context.

Add support for `cmake_lint` diagnostics support from the `cmakelang` Python package, which provides the already supported `cmake_format` builtin. `cmake_lint` does not provide an `end_col`, so this currently goes to EOL,...

In the tf Python documentation, the `Transformer.waitForTransform` method lists that passing a value of `rospy.Time()` to the `time` parameter will "indicate present time". > time – time of the transformation,...

As alluded to in my comment on #577, I have added a new pose relation option called `xy_trans_part` which suppresses error along the z-axis.

See my comments on #115. This prevents a std::out_of_range error from being thrown when the scan points vector is empty. I still would like to better understand the conditions under...

I am unable to see the Diffy commands in the command palette when editing Python code. Otherwise, the key binding and editor context menu work fine.

The Overview section of the docs suggests that 1 star should be the default rating of newly imported images. >Since darktable assigns a 1 star rating to newly-imported images by...

The docs site `ceres-solver.org` which appears to be built off of `master` contains examples which are incompatible with the 2.2.0 release of ceres. Namely, in [helloworld.cc](https://github.com/ceres-solver/ceres-solver/blob/c29b5257e23f91d6a47c4db9d57350ed4985ea46/examples/helloworld.cc#L65) and the [tutorial](https://github.com/ceres-solver/ceres-solver/blob/c29b5257e23f91d6a47c4db9d57350ed4985ea46/docs/source/nnls_tutorial.rst?plain=1#L115) use...

The [keepalive guide](https://grpc.io/docs/guides/keepalive/) appears to omit any mention of `GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA`, which seems like an essential channel arg to override for keepalive to work as intended in many applications. Omitted in...