Tomy Hsieh

Results 34 comments of Tomy Hsieh

If you looked into the [source code of `jsonable_encoder`](https://github.com/tiangolo/fastapi/blob/1876ebc77949a9a254909ec61ea0c09365169ec2/fastapi/encoders.py#L29), you'll find that it is basically an enhanced version of `json.dumps` with handling of `datetime`, `pydantic` models, `dataclass`, and some data...

Hi folks, as suggested, I've written a page detailing on how to make use of `simpleJSONResponse` and also some tips on how to make `Decimal` works with FastAPI. This is...

I want to point out that even though most of us can get around with this problem by injecting Noto fonts in to HTML templates for now, the true issue...

Progress (Rolling Updating): - [x] acl (29) - [x] add (77) - [x] admin (235) - [x] danger (117) - [x] debug (24) - [x] diagnostics (9) - [x] edit...

@DerLinkman I think everything is ready to go, please have a look. In addition to the translation, I did some research about different language codes specification, and suggest we should...

> > In addition to the translation, I did some research about different language codes specification, and suggest we should change to IETF language tag which is a superset of...

I saw this PR had been stale for a while, so do let me know if there's anything I can do to help.

@MAGICCC @DerLinkman I've resolved the conflict, please have a look.

Is there a document about how to start the modified backend server for debugging?

> > Is there a document about how to start the modified backend server for debugging? > > You can set DEV_MODE=y in your mailcow.conf. > > Then PHP is...