Cristian Le

Results 260 issues of Cristian Le

**Prettier 3.0.0** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuE0kB0oAIsAcCuAzgBYbY5YBGATgIZRjFyFJYDaWAtrQJbYC6mEABpUuGD2iFkoWtWoQA7gAU5CaSloAbRbQCe00TVpgA1nBgBlWpzgAZPnGQAzbYThG6Zi5dwm+AObIMNT4HiDunDzBoeGEgVpwAIr4EPAubuEAVoQAHpYJyanpSK5a7qIAjsVwygq4GiC0hAC0UHBwACZdIiAhvFqBAMIQnNzITVpavfFQAYkAgjAhPJT48Mpw1A7tGeXhxDCcWgDqxDzwhH5gcJbqFzwAbhd6E2CEhiCPYQCSUN2wSxgag8cQLf6WGB6RJ7CogXAKdwnOi4CYI5hbR5OUR8dzUGB1WgBcalTKiPzUPETPQ2abkkGwE48TowYjIAAcAAZRNQ4NUeLzCcTaLDwjBaJQmSy2UgAEyiIhwAAqEo0ZThcE4lC63U6dnoAXwRLgADEINRuMtAhNaOsICAAL4OoA) ```json { "printWidth": 80, "tabWidth": 2, "useTabs": true, "semi": false, "singleQuote": false, "trailingComma": "all", "bracketSpacing": true, "arrowParens": "always" } ``` **Input:** ```yaml on: push: branches: [...

type:enhancement
status:needs discussion
lang:json
lang:yaml

Just want to point out that the default code highlighting is rather bland without `breathe.css`. What I want to point out is that this css file has some specific customizations...

It would be nice to output a subset of a `doxygengroup`, e.g.: only classes/templates, etc. I am not aware of doxygen supporting tags, so at least filtering by types would...

Even though the group contains concept items, these are not inlcuded when using `doxygengroup`

I was trying to run a code from `lmod` which imported this pacakge's `json` module by default. However, probably because of the use of `strict`, the import fails to run:...

None of the code is type-hinted, so there would be some effort to go through for this one. But at least here is the tooling if you want to steadily...

Previously `ruff` was not actually configured. This PR enables most of the tests there First we look at what tests are running, and which ones need to be altered Depends...

Should investigate what should be done with this? Did the api change after `0.7.0`, is there a replacement for it?

**Description** Currently there are 2 open PRs suggesting documentation builders: - #2672 - #2478 - #2710 I believe that is a valuable feature, but I believe it's missing RTD suppott...

Regarding #2709, here is the sphinx version for comparison as well. For now the generated documentation can be viewed at: https://catch2-temp.readthedocs.io/en/latest/