Yuri Pimenov
Yuri Pimenov
In order to setup unit testing of mongoengine I've written a little test framework, I use the following function in teardown: ``` def clear_database(self): connection = _get_connection() db = connection[self.mongodb_config['database']]...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no | Version/Branch...
How do I configure validators if I want to disable mainnet address validation and enable testnet for development and vice versa?
By shop is the searchable-dropdown
**API Plaform**: v3.3 **Description**: Calling ``` mutation { deleteGreeting(input: {id: "/api/greetings/cd"}) { greeting { id _id name } clientMutationId } } ``` produces ``` "debugMessage": "Cannot return null for non-nullable...
API Platform version: 3,3 My resource description looks like so: ``` #[ApiResource( security: "is_granted('ROLE_USER')", order: ['id' => 'DESC'], normalizationContext: ['groups' => ["batch:query"]], denormalizationContext: ['groups' => ["batch:mutation"]], operations: [ new Get(),...
Hello, submodule refers gli commit 8e43030b3e12bb58a4663d85adc5c752f89099c0 which seemingly has a typo in template definition ```c # if GLM_ARCH == GLM_ARCH_X86 template struct compute_sign { GLM_FUNC_QUALIFIER static vec call(vec const& x)...
api-platform **v3.3** **GraphQL error:** ``` { "errors": [ { "message": "Internal server error", "locations": [ { "line": 2, "column": 3 } ], "path": [ "producedItems" ], "extensions": { "debugMessage": "Call...