Nikolaj Rudakov
Nikolaj Rudakov
### What steps will reproduce the problem? Here a console command action: ```php public function actionTest(): void { $cache = Yii::$app->cache; $this->stdout('Cache class is `' . \get_class($cache) . '`' ....
Redis `SORT` command returns an error on slave instances and `orderBy()` always returns empty result. To reproduce the problem make Redis master and slave, make and add any `ActiveRecord` model....
## Description Trying to set custom type: ```kotlin import com.fasterxml.jackson.databind.node.ObjectNode //... val schema = SchemaParser.newParser() schema.dictionary("EntityCreateInput", ObjectNode::class.java) schema.dictionary("EntityUpdateInput", ObjectNode::class.java) ``` ### Actual behavior Getting error: > Failed to instantiate [graphql.kickstart.tools.SchemaParser]:...
Hello Kotlin: v1.4.10 graphql-spring-boot-starter: 8.0.0 graphql-java-tools: 6.2.0 Schema: ```graphql enum PayloadStatus { OK, ERROR } enum ProblemStatus { TOKEN QUEUE } interface MutationPayload { operationId: ID! status: PayloadStatus! errors: [MutationProblemInterface!]...
This issue just for notify of compatibility done. We are all patiently waiting for...
The same error as in #601 , but in different place. ## Description > Failed to instantiate [graphql.kickstart.tools.SchemaParser]: Factory method 'schemaParser' threw exception; nested exception is graphql.parser.ParseCancelledException: Invalid Syntax :...
IntelliJ IDEA 2021.1 (Ultimate Edition) Build #IU-211.6693.111 Runtime version: 11.0.10+9-b1341.35 amd64 ` options.ex.ConfigurableWrapper - Cannot find extension point com.intellij.compilerSettingsFactory in Project java.util.ConcurrentModificationException at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1661) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)...