Alexander

Results 81 issues of Alexander

when defining a query filter like: ``` query { users(filter: {username: {contains: null}}){ } } ``` the query fails with with: "Cannot use None as a query value" except for...

bug

Currently the layers module is untyped and BaseChannelLayer is not a real interface (lacks stub methods) This PR adds typings and stub methods (for type hinting and getting a meaningful...

Improvements to InMemoryChannelLayer - honor expiry / don't block for eternity - honor per channel capacities - threadsafer cleaning design with atomic operations - parallel sending Bugfixes tests - channel_layer...

I am not quite sure but it seems as there is a python convention to name an async close function "aclose". For example this name is used in contextlib.aclosing. A...

Currently the Interactive encryption key verification is broken There is no keyEvent for `m.key.verification.request` therefor we cannot handle verification requests As byeffect the example `Interactive encryption key verification` is broken

bug
encryption
api

Otherwise encryption is off without real debug information

# Reporting issues with GraphQL-core 3 In my tests the construction of a deep request tree fails with recursion problems. The problem is a recursive approach in the generation of...

Feature request? yes It would be nice to be able to configure groups for deeper branches also in configuration. Currently this is only possible with direct calls: http://jmsyst.com/libs/serializer/master/cookbook/exclusion_strategies . For...

Version 13.0.0 I get in the new version the error: ``` /node_modules/apollo-upload-client/node_modules/extract-files/extractFiles.mjs(141,30) TS2488: Type 'any[] | FileList' must have a '[Symbol.iterator]()' method that returns an iterator. ``` It seems like...

Many internet radio stations have the format: bandname - songname and use their station name as artist name. Would be cool if this extension could extract the right artist and...