Anton Fomin

Results 3 comments of Anton Fomin

I had the same issue and the following helped me ``` " disable table mappings let g:vimwiki_key_mappings = { \ 'all_maps': 1, \ 'global': 1, \ 'headers': 1, \ 'text_objs':...

It is also possible to override metaclass, so you don't need to specify model in meta ``` from typing import Generic, Type, TypeVar, get_args import factory from factory.base import FactoryMetaClass...

@sshishov , I don't know how it will affect other parts, but it definitely will involve updates to the documentation and tests. I am not sure I will find time...