Abhilash Kishore

Results 4 issues of Abhilash Kishore

The `learnFingerprint` method in `fingerprint.go` file is just adding the fingerprint to database. You can find the line [here](https://github.com/schollz/find/blob/master/fingerprint.go#L185). Where is the learning actually happening? Also, is it online learning?...

The existing glob matcher is very primitive and works only with `*`: https://github.com/action-factory/aws-secrets-manager-action/blob/276968b04438660afff72bad5f5725f3af9fea95/src/utils.ts#L50-L52 Use something like [isaacs/minimatch](https://github.com/isaacs/minimatch) instead, as it offers more matching features.

enhancement
good first issue
help wanted

This PR addresses [ZOOKEEPER-4276](https://issues.apache.org/jira/browse/ZOOKEEPER-4276), which enables a cluster to run as a TLS-only cluster on the secureClientPort. Previously, this was not possible due to reasons mentioned in ZOOKEEPER-4276. In this...

We're currently not able to use packages from this repo as this repo only publishes wheels but not source distributions to pypi. My organization has restrictions against using prebuilt binaries,...