kaiix

Results 5 issues of kaiix

For example: ```python class Location(InnerDoc): country = Text() city = Text() class User(Document): name = Text() location = Object(Location) class Index: ... user = User(name='alice', location=Location(country='foo', city='bar')) user.save() user.update(location=Location(city='baz')) ```...

There's no need to use [`secure_cloned_response_field`](https://github.com/tiangolo/fastapi/blob/0.71.0/fastapi/routing.py#L361) to revalidate the [`response_content`](https://github.com/tiangolo/fastapi/blob/0.71.0/fastapi/routing.py#L127) if the response object type is exactly the same as `response_model` related issues: - https://github.com/tiangolo/fastapi/issues/2359 - https://github.com/tiangolo/fastapi/issues/2689 - https://github.com/tiangolo/fastapi/issues/3021 -...

feature
p4

When tornado-redis used as a shared client, it will sometimes crash in `process_data` Test code ``` from tornado.ioloop import IOLoop from tornado.web import RequestHandler, Application, url, asynchronous from tornado.gen import...

According to this blog: https://blog.cloudflare.com/cloudflares-public-ipfs-gateways-and-supporting-interplanetary-shipyard > On May 14th, 2024, we will begin to transition traffic that comes to Cloudflare’s [public IPFS gateway](https://docs.ipfs.tech/concepts/public-utilities/#public-ipfs-utilities) to the IPFS Foundation’s [gateway at ipfs.io...