Ya-Fan Chen

Results 17 comments of Ya-Fan Chen

@kamilkrzyskow Thank you! I tried your solution and it works great! Also for the tooltip fontsize CSS hint! I also found that the default tooltip fontsize a bit small for...

@squidfunk Thanks for this PR. ![image](https://github.com/squidfunk/mkdocs-material/assets/20377719/1adefbd5-c6a7-4a2e-8579-fd66927caf05) I can confirm that the issue has been resolved.

@oceanclub1970 simply with ```css [role=tooltip]>.md-tooltip2__inner { font-size: 1rem; } ``` will do the trick Result: ![image](https://github.com/squidfunk/mkdocs-material/assets/20377719/e656150d-d700-441b-954d-b03740ed2b45)

The async session part doesn't work for me and gives an error when [executing statement](https://sqlmodel.tiangolo.com/tutorial/select/#execute-the-statement). https://github.com/deshetti/sqlmodel-async-example/blob/e412da00f557a352ee3f66a8545ef11401ea5dde/main.py#L42-L47 ``` # Ayschronous Context manager for handling database sessions @asynccontextmanager async def get_session() ->...

I also wish there was a ternary rendering feature. The only reason I still use Plotly.js is because they have ternary rendering functionality! https://plotly.com/javascript/ternary-plots/ But I really like the style...

I got the exact same error too now! Trying to solve this problem. [UPDATE] I've found the solution. I download the 1.x stable version of Composer, and then replace the...

@joaom00 The setTimeout solves my problem when I try to close the dropdown menu after closing the dialog! Thanks!