Sergei Popinevskii
Sergei Popinevskii
requirments.txt -> requirements.txt
Hi @george-e-shaw-iv! I would like to know if you want to maintain this project. At a minimum, I want to update the code of this project for the current golang...
Look at `allowed()` method implementation, https://vscode.dev/github/go-pkgz/lcw/blob/master/v2/expirable_cache.go#L156 The `maxKeys` and `maxValueSize` checks use the `>=` operator, while the `maxKeySize` check uses `>`. In `Get()` method, https://vscode.dev/github/go-pkgz/lcw/blob/master/v2/expirable_cache.go#L80 uses `>=` operator. This inconsistency...