0xsaif

Results 5 issues of 0xsaif

what is the problem ? ![Screenshot from 2020-07-15 16-39-46](https://user-images.githubusercontent.com/55336614/87558992-034fce80-c6ba-11ea-94e4-98a603cbd53e.png)

According to #41, here is a simple modification to avoid such unexpected behaviors. for methods: - `get_api` - `post_api`

Hi, two methods of the `FrappeClient` class use `{}` as a default value for its parameters `params`. This practice may cause some unexpected behaviors in some contexts. This problem arises...

This PR refactored loop to list comprehension for minor performance optimization in `jsonable_encoder`, referencing [this explanation](https://stackoverflow.com/questions/30245397/why-is-a-list-comprehension-so-much-faster-than-appending-to-a-list).

refactor

I came across the same [issue #12313](https://github.com/fastapi/fastapi/issues/12313) @bowenerchen has reported 2 weeks ago.

docs