Frederick Cai

Results 7 issues of Frederick Cai

When the number of cached requests reaches the configured `limit`, the oldest cached item should be removed from the store. #247

If the maximum number of cached requests is specified to the `setupCache` function, I would expect the oldest cache entry (by comparing the `expires` value in each stored item) will...

如果搜索的英文单词拼写错误,在网页版会显示: ![image](https://user-images.githubusercontent.com/5435340/71929964-9f76b580-31ff-11ea-9651-3810d84fda40.png) 但在emacs里会显示: ![image](https://user-images.githubusercontent.com/5435340/71930040-be754780-31ff-11ea-8ab0-969797cf331f.png) 可以让结果跟网页版一致吗?`google-translate.el` 也会提示拼写错误的。谢谢!

This PR enhance the `graphql_object` macro to optionally derive field resolvers for fields defined in the object type struct. ```rust #[derive(GraphQLObjectInfo)] #[graphql(scalar = DefaultScalarValue)] struct Obj { regular_field: bool, }...

Recently have a requirement on using custom Enum type on Postgres database, but when I trying to insert test data with DbSetup, the following exception thrown: `Cause: org.postgresql.util.PSQLException: ERROR: column...

sbt-play-swagger version: 0.1.9 sbt-play version: 2.5.3 (tried 2.5.0 and 2.5.2) Got the following exception when running `sbt test`: `too many arguments for constructor MultipartFormData: (dataParts: Map[String,Seq[String]], files: Seq[play.api.mvc.MultipartFormData.FilePart[A]], badParts: Seq[play.api.mvc.MultipartFormData.BadPart])play.api.mvc.MultipartFormData[A]...

## Problem: I have implemented a validation decorator to ensure a property is defined when the given condition is met: ``` export function IsDefinedIf( condition: ConditionFunc, validationOptions?: ValidationOptions ) {...

type: question