Mahmud Ridwan
Mahmud Ridwan
I really wanted to contribute as well, but unfortunately PayPal isn't an option. Also, someone in Reddit mentioned this, and I totally agree with them, we really need a wiki...
@fthamura That sounds like an interesting way of setting up NGINX + Loadcat. Right now, there isn't any Dockerfile or anything in Docker Hub for Loadcat. But let's see if...
@roginneil Are the raw outputs of the WHOIS lookup different across these two versions? Can you share the outputs here (or at least their diffs)?
@StanScates @spitfyr86 Thank you! A PR would be really appreciated.
@cajoy You are absolutely right! To be honest, the current implementation is far from ideal, or at least what I want it to be. I was planning to resume working...
Contributions are always welcome :) Just, if possible, keep me in the loop before preparing a pull request, so that we don't end up duplicating efforts.
Hi @fils .. Unfortunately, no. There isn't any way to assign weights. I have been planning to reimplement this package for quite a while now. I will see if I...
Hi @collinglass, in this project, _unfortunately_ no.
For one of my projects I have defined a custom value differ for ObjectIDs: ``` go type objectIDDiffer struct{} var ( objectIDType = reflect.TypeOf(primitive.NilObjectID) ) func (d objectIDDiffer) Match(a, b...
@hwebb That is up to the author of the package. If it was me, I wouldn't add support for primitive.ObjectID. This package should be kept generic. Moreover, it already allows...