Sungyun Hur

Results 9 issues of Sungyun Hur

![image](https://user-images.githubusercontent.com/8033896/76206645-c4a79480-623f-11ea-91f6-6a921b4072f1.png) minor issue but it exists anyway.

- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/ent/ent/issues) of this repository and believe that this is not a duplicate. ## Current...

bug

I believe the function signature of `request_key_builder` in the example is outdated. This PR updates the example to synchronize with the signature of default_key_builder available at: https://github.com/long2ice/fastapi-cache/blob/91ba6d75524b1f6a17ae6a3300ab51b9aa1fcf71/fastapi_cache/key_builder.py#L8

Replacing `jsonpb` into `protojson` is needed because `jsonpb` has been deprecated. Additionally, protojson allows us to use marshalOptions to use `snake_case` keys for marshalling. Only `camelCase` is supported currently in...

I wish to know perfomance or memory allocation information when using this library.

I'm about to use this library as rules engine. I have found there is a code related `time.Time` and `time.Duration` (it's int64 anyway) but it is not used. ``` //...

When using npm, it needs to use `run` command to run scripts.

Hi! Thanks for your amazing work! I'm using this date picker usefully. During my usage, I noticed that both startDate and endDate can accept values of type number, even though...