zhangchunlin
zhangchunlin
try to revert 5da7d5f09 for https://github.com/limodou/ulipad/issues/8
https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-1-0 ``` Version 2.1.0 ... The user agent parser and the useragents module is removed. The user_agent module provides an interface that can be subclassed to add a parser, such...
When I modify the included template file, I have to restart the debug server now.
Error: ``` Traceback (most recent call last): File "/home/zhangclb/oss/uliweb3/uliweb/contrib/orm/commands.py", line 1247, in handle print(reflect_table_model(table, mapping, without_id=not options.auto_id)) File "/home/zhangclb/oss/uliweb3/uliweb/orm/__init__.py", line 1380, in reflect_table_model meta = reflect_table_data(table) File "/home/zhangclb/oss/uliweb3/uliweb/orm/__init__.py", line 1328,...
In https://github.com/limodou/uliweb-doc/blob/master/projects/simple_todo/apps/todo/models.py#L16 ,if remove "blob = Field(BLOB)", the error will disppear.
uliweb runserver --gevent not work
"未来等有人仿照上面的做法,专门基于 cosocket 实现了完整的 HTTP 客户端库 lua-resty-http 之后",这里似乎已经有个了: https://github.com/liseen/lua-resty-http
我写的是一个浏览文件夹的应用,例如 http://localhost:8000/sharedir/test#!/sharedirtest/apps 这样目录会越来越深,那我没办法写一个规则来匹配到所有的path了? 例如两层/的path就要写两个规则,100层就要写100个了 所以能不能加个接口或者匹配方式能匹配到所有的path
例如本机的 http代理: 127.0.0.1:7788 本机的 socks代理: 127.0.0.1:8899 要怎么配置呢? 比如在 ~/.chaty/.env里配置CHATY_PROXY为 http://127.0.0.1:7788 是不能正常使用的,好像是不同类型的代理。