wolvever
wolvever
**Is your feature request related to a problem? Please describe.** There is no pip package for TaskWeaver, so to use TaskWeaver as library, you have to pull the entire source...
LangServe can stream output using `/stream` Endpoint. However, if I want to send an event and wait for human feedback, wait for a parameter value or confirm, for example. It...
In this code https://github.com/pallets-eco/flask-sqlalchemy/blob/main/src/flask_sqlalchemy/pagination.py#L132 When per_page = 0, it will be set to 20 if error_out = False. ``` if per_page < 1: if error_out: abort(404) else: per_page = 20...