Serhii Tetora
Serhii Tetora
### Context _No response_ ### Bug description I'm trying to use improved tooltips within content tabs. **with:** ``` features: - content.tooltips ```  on scroll  **without:**  mkdocs.yml ```...
Hi, @Rookfighter. thank you for a great tool. I'm trying to read an example.ini. And if the group-key-pair not exist in the ini-file, it returns `""` that by converting to...
There are several Mathcad file stored in my project. It would be nice to recognise them. For current [Matcad version](https://support.ptc.com/help/mathcad/r9.0/en/index.html#page/PTC_Mathcad_Help/about_file_formats.html#): - `.mcdx` - `.mctx` For legacy: - `.xmcd` - `.mcd`
I would like to know, what icons for cards look like and how to set this option ```py class CardItem: title: str url: str | None = None content: str...
### Summary ```python from configparser import ConfigParser cfgparser = ConfigParser() cfgparser.optionxform = str # str]` [[bad-assignment](https://pyrefly.org/en/docs/error-kinds/#bad-assignment)] Positional parameter name mismatch: got `object`, want `optionstr` ``` ### pyright ``` Cannot assign...