Brendan

Results 703 comments of Brendan

Hmm, IIRC the [current implementation for the `toc.follow` feature](https://github.com/jbms/sphinx-immaterial/blob/main/src/assets/javascripts/components/toc/index.ts) is inherited from upstream mkdocs-material implementation. There might be some modifications on our end.

I looked for upstream issues that might be related. - squidfunk/mkdocs-material#4960 It might be worth adding a default value for the `palette` in https://github.com/jbms/sphinx-immaterial/blob/3c8fe16a499407a9a9b71b7dd2133c559cdccf95/sphinx_immaterial/__init__.py#L29-L41 The only disadvantage I can think...

This seems to have been resolved (by #131) as of [v1.18.1](https://github.com/adafruit/circuitpython-build-tools/compare/1.18.0...1.18.1). Should this be closed as completed?

I don't intend to get this out in the next release. I still want to test this in the test repo to be sure there is no undesired behavior or...

ref https://github.com/orgs/cpp-linter/discussions/170

I think there's a bug in clang-tools-pip. It does not seem to match v9.0.0. Probably a logical error (`>=` vs `>`).

> ``` > uv pip install clang-format==9 > × No solution found when resolving dependencies: > ╰─▶ Because clang-format==9.0.0 has no wheels with a matching platform tag (e.g., `win_amd64`) and...

I'm leaving this as a draft until cpp-linter/cpp-linter#135 is merged/released. Some of the screenshots show latest changes that aren't released yet.

## Why add a CLI to cpp-linter-hooks? It seems that you have the needed foundation in clang-tools-pip; all it needs is changing how downloads happen. Of course there's the problem...