Roman Krejčík
Roman Krejčík
respectivelly, combining conditions with OR https://www.parse.com/docs/rest#queries-compound
Imagine you want to add one object to relation (imho the most common case) s.addRelation('network', '_User', ['nUFjOYqcG4']) vs s.addRelation('network', '_User', 'nUFjOYqcG4') first is correct and adds relation, second do nothing...
typing for useXyzQuery helpers doesn't generate Ref type for variables (typescript-vue-urql plugin)
Related to @graphql-codegen/typescript-vue-urql **Current implementation** `useQuery` from urlq supports Ref variables (with internal MaybeRef type as `MaybeRef = T | Ref`) see following example ``` import { useQuery } from...
follow up of https://github.com/farin/JCloisterZone/issues/385
follow up of https://github.com/farin/JCloisterZone/issues/385
Other players can continue with game, when resigned playes will be skipped. This feature is also required for improving "clock" feature and adding options how to handle expired time.
Eg when pig herd is not enabled display image without pig herd Same can be applied for Inns etc.