Jeow Li Huan
Jeow Li Huan
I removed stdc++ from setup.py and it compiled and worked ``` Extension("glove.corpus_cython", [glove_corpus], language='C++', libraries=[], extra_link_args=compile_args, extra_compile_args=compile_args)] ```
Version 4.4.0 still does not handle Route53 for China regions correctly. Specifically in `https://github.com/go-acme/lego/blob/master/providers/dns/route53/route53.go#L118`, ```go cl := route53.New(sess) ``` is missing the 2nd parameter where configuration of the region is...
The problem seems to be caused by [this](https://github.com/moxiecode/moxie/compare/18a66838fcea13b2e764be0f3f560df6fe94dce3...db1af04d904c55472f4df47e74b26848c6089565#diff-02ba80d6deb2c1519815d79d647603a9R7907) Go to File changes tab, line 7907 of bin/js/moxie.dev.js The XHR destroy is trying to getRuntime. However, the runtime is already cleared...
There's another CLUSTER MEET command for add-node. @heoYH does that need fixing too? https://github.com/antirez/redis/blob/c2549ef8b86cba6bb713d1246636fee1bcf4cf48/src/redis-cli.c#L5505
This is not sufficient. The field state needs to be moved as well
Don't merge yet. I realize I can simplify the logic and get rid of the sorting on fieldIndex
Are you using [subscriptions](https://final-form.org/docs/react-final-form/examples/subscriptions)? I am using Field in FieldArray (not nested like yours) with only `length` subscription and the FieldArray does not re-render. Also, I've specified `validateFields={[]}` to prevent...
Is this what you are looking for? [final-form-submit-listener](https://github.com/final-form/final-form-submit-listener/)
Let me split up the refactorings into another pr. The application specific behaviour is in the test suite to test the provider interface. The only breaking change is that CustomHeaderOptions...
Done with splitting out the refactorings and deprecation into another PR. Once I rebase on top of those, you'll see that this PR does not introduce any breaking changes. There...