Bobai Kato
Bobai Kato
I only have the `CTRL + SHIFT + S` enabled, so I wonder why this error comes up multiple times without me using the command. ``` Refactorings should not be...
What's the cause of this, and how can we ensure it never happens? **Caused by: com.arangodb.ArangoDBException: Response: 404, Error: 1591 - AQL: Error message received from cluster node 'PRMR-305d343d-499f-4b3e-9e9e-d717d9e1c8dd': Error...
**Describe the bug** StackOverflow ``` java.lang.StackOverflowError at com.intellij.codeInsight.actions.AbstractLayoutCodeProcessor$ProcessingTask.checkStop(AbstractLayoutCodeProcessor.java:478) at com.intellij.codeInsight.actions.AbstractLayoutCodeProcessor$ProcessingTask.performFileProcessing(AbstractLayoutCodeProcessor.java:462) at com.intellij.codeInsight.actions.AbstractLayoutCodeProcessor$ProcessingTask.lambda$iteration$2(AbstractLayoutCodeProcessor.java:428) at com.intellij.openapi.project.DumbService.withAlternativeResolveEnabled(DumbService.java:355) at com.intellij.codeInsight.actions.AbstractLayoutCodeProcessor$ProcessingTask.iteration(AbstractLayoutCodeProcessor.java:428) at com.intellij.codeInsight.actions.AbstractLayoutCodeProcessor$ProcessingTask.lambda$process$8(AbstractLayoutCodeProcessor.java:505) at com.intellij.codeInsight.actions.FileRecursiveIterator.lambda$processAll$4(FileRecursiveIterator.java:69) at com.intellij.openapi.roots.impl.FileIndexBase.lambda$toContentIteratorEx$0(FileIndexBase.java:77) at com.intellij.openapi.roots.impl.FileIndexBase$1.visitFileEx(FileIndexBase.java:60) at com.intellij.openapi.vfs.VfsUtilCore.visitChildrenRecursively(VfsUtilCore.java:291) at com.intellij.openapi.roots.impl.FileIndexBase.iterateContentUnderDirectory(FileIndexBase.java:41) at com.intellij.openapi.roots.impl.ProjectFileIndexImpl.iterateContentUnderDirectory(ProjectFileIndexImpl.java:27)...
I am getting a frequent Stream Close error. And I review the recommended solution here: https://github.com/arangodb/arangodb-java-driver/issues/446 But when using `VST` I get the following error: ```java Caused by: org.springframework.beans.factory.BeanCreationException: Error...
Hi, I assume that this URL is accessible to the public. However, we're encountering a CORS error. Could you please add our domain to the whitelist? ``` Cross-Origin Request Blocked:...
# My Concern: The documentation https://docs.arangodb.com/stable/develop/integrations/spring-data-arangodb/#configuration emphasizes the need to override the `ArangoConfiguration#contentType()` method when configuring the driver for a protocol with VPACK content type (e.g., VST, HTTP_VPACK, or HTTP2_VPACK)....