Serhii Tetora

Results 5 issues of Serhii Tetora

### Context _No response_ ### Bug description I'm trying to use improved tooltips within content tabs. **with:** ``` features: - content.tooltips ``` ![image](https://github.com/squidfunk/mkdocs-material/assets/95703687/9bf39a36-4603-4f32-a005-097b30462852) on scroll ![image](https://github.com/squidfunk/mkdocs-material/assets/95703687/53c8650b-77a1-458b-86c5-4785cfa9d94a) **without:** ![image](https://github.com/squidfunk/mkdocs-material/assets/95703687/6cb49970-c81d-49ff-bad3-fa7f73a7ead3) mkdocs.yml ```...

bug

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...

question