2jun0

Results 6 issues of 2jun0

## **Summary** ### Bugfix - If section name is weird just like `--`, `dom.find('#--')` cause error. so, It has to be changed. 7060fccad18bca0f22838a29a16fef740646ee80 >changed ``const section = dom.find('#' + id);``...

**My English is bad so, please understand.** I made the markup document as below. ``` # A ## B ## {{1+1}} ``` Then, I saw the side bar like this....

resolved:#1406 - This error seems to be caused when table update timer refer to empty table row data - And renamed class, file name from RamInfo to RamSearch

**This article was written with the help of a translator. Please let me know if you have any problems understanding** ## 🛠 Fix some errors ### Avoiding too many memory...

_I'm not that good at English. So, if there's anything you don't understand, please feel free to reply._ Currently, accessing some fields asynchronously is hard. I often encounter the **MissingGreenlet**...

feature

## Use session.exec instead of session.execute - SQLModel recommends using session.execute instead of session.exec. So, I've updated parts of the project code that used execute to now use exec. -...