Zixuan Li

Results 238 comments of Zixuan Li

> As for the failing tests, I think that's just the change of the rate limiting function getting called in the last commit Tim added and we need a tweak...

> I think it's worth noting in the commit message that the first commit is not strictly a refactor because the order of operations does get changed (the rate limiting...

It appears that the same problem occurs to the desktop application on Windows as well when the size of the numbered list goes to 1000 or above. ![image](https://user-images.githubusercontent.com/39874143/111905751-32f47900-8a88-11eb-9ae2-3c6441cd8f50.png) ![image](https://user-images.githubusercontent.com/39874143/111905756-3be54a80-8a88-11eb-9dca-0a7b6e04ea62.png)

**ghostwriter uses `list-style-position: inside;`** ![image](https://user-images.githubusercontent.com/39874143/122196108-83357880-cec9-11eb-8d6d-5cdd35709cec.png) ```css ol, ul { list-style-position: inside; padding: 0; } ``` This can be the correct solution for us if we would like to change the...

@Ritesh-Aggarwal you can go ahead!

We can also have some more hooks too

I would say mkdocs looks pretty good. FastAPI for example uses it https://github.com/tiangolo/fastapi/tree/master/docs

> Honestly I don't think Markdown is suitable for documentations. I think we can try gitbook or Read the Docs and just incrementally add stuff to it over time. We...

Closing because we are getting it in https://github.com/AnubisLMS/CLI.

I think the whole concept of this bot makes it more suitable to be an incoming webhook that can be integrated into the server. It appears that confluence has added...