Triet Doan

Results 17 comments of Triet Doan

I tried to disable either `clientCertificatesBuilder.addInsecureHost(HOST);` or `hostnameVerifier` but none of them work.

Is there any news? Version 4.2.4 still has this bug.

Hi @bertsky, after reading through the PR, this is my understanding about it. Please correct me if I'm wrong. ### Understanding Whenever we start a workflow server, we have to...

I was not aware of this issue. But yes, I agree with Robert. A converter would be nice to have, at least for backwards compatibility.

The repo for the code is here https://github.com/MehmedGIT/OtoN_Converter

Hi, is there any update on this? I'm using `neomodel 3.3.2` and the problem is still there.

I have the same problem with Intellij Ultimate 2019.1.

Did anyone successfully use this theme with Nuxt 3?

**Problem**: - When you try to create 2 documents with the same value on the unique field, `beanie` raises `RevisionIdWasChanged` exception instead of `DuplicateKeyError`. - This happens because `save()` was...

@martincpt in that case, just call `.save()`. It won't throw the error when we update a document and the unique constraint is not violated. It works as expected in my...