Benedikt Waldvogel

Results 52 comments of Benedikt Waldvogel

Thanks for the bug report. I can see the thread-safety problem. It exists since the beginning and from my understanding also in [predict.c](https://github.com/cjlin1/liblinear/blob/master/predict.c#L16) of the original C++ implementation. Have you...

Could you provide a minimal test case which reproduces the NPE?

Yes, the bias feature is added automatically, if `bias` is ≥ 0. You can find all the places in the code, when you search for `bias >= 0`. Please note...

I also hit this issue that the form is submitted although it’s actually invalid. (Actually doing something as described in https://github.com/testing-library/react-testing-library/issues/729) Has anyone come up with a workaround? I would...

Thanks for the bug report. Support for JavaScript code was not yet implemented. I’ve added initial support in dc5bbb1. Can you re-test?

The stacktrace shows that you did not test with the updated version: > […] `at de.bwaldvogel.mongo.wire.BsonDecoder.decodeValue(BsonDecoder.java:101) ~[mongo-java-server-core-1.15.0.jar:na]` 1. It shows that you used `mongo-java-server-core-1.15.0.jar` 2. `BsonDecoder.java:101` doesn’t throw an exception...

I’ve just released version `1.16.0` which contains the fix.

Can you describe what kind of **internal** commands you are sending to the server?

There’s no plan yet. PRs are welcome…