Rob Dickinson
Rob Dickinson
Create middleware for Python lambdas on AWS and other serverless environments.
BaseLogger init should take a timeout argument that is set to a low value by default (5 sec). This timeout value should be passed into self.conn.post.
Create middleware for Go lambdas on AWS and other serverless environments.
Support monitoring APIs being proxied by Traefik, using a middleware plugin.
Introduce an offline utility program that copies all key/value data between two persistent pools, allowing customers to easily convert data between different persistent engines, or different major versions of the...
Java equivalent of https://github.com/pmem/pmemkv-ruby/issues/2
Changes related to #121 * Introduces `EmailAddress.onlyStrictMatches` (true by default, uses original regex) * Uses simplified regular expression when `EmailAddress.onlyStrictMatches = false` * Email address detection is 2x faster than...
Would be cool to have an `EmailAddress.setOnlyValidTLDs` options that would filter out email addresses where the top-level domain isn't valid. (According to https://www.icann.org/resources/pages/tlds-2012-02-25-en) Benefit: Helps go beyond the regexes in...
[phileas-benchmark](https://github.com/resurfaceio/phileas-benchmark) results show that email address detection is more CPU intensive (and requires more memory & stack space) than other regex-based filters. ``` Performance of single identifiers with 4k values:...