Rob Dickinson

Results 26 issues of Rob Dickinson

Create middleware for Python lambdas on AWS and other serverless environments.

enhancement
middleware

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.

enhancement
good first issue

Create middleware for Go lambdas on AWS and other serverless environments.

enhancement
middleware

Support monitoring APIs being proxied by Traefik, using a middleware plugin.

enhancement
middleware

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...

Type: Feature

Scaffolding is there but the actual test is missing

Type: Feature

Java equivalent of https://github.com/pmem/pmemkv-ruby/issues/2

Type: Feature

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:...