Ya-Fan Chen
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.  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: 
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!