Balazs Erdos

Results 29 comments of Balazs Erdos

yes, the same keybindings are working here too. :pray: Since I met the grid editor here first, I was not aware of the default generic bindings (and did not find...

I'm also facing this issue. I there any update? ```python def llen(self, name: str) -> Union[Awaitable[int], int]: """ Return the length of the list ``name`` For more information see https://redis.io/commands/llen...

Thank you! :)

Hi @agilgur5, thank you for commenting. Are you planning to upgrade in the near future? :thinking:

Hey @proofit404, I was exploring the idea of using the value decorator to handle async generators, but it appears that this feature hasn't been implemented yet. Do you have any...

After reading the source code, I found that you can either do ```python def __init__(self, **data): super().__init__(**data) self.pk = Mmh3PrimaryKey(...) ``` or for other use-cases, do: ```python class Domain(aredis_om.HashModel): email:...

I can try to contribute. Does running `shellspec -s bash` work for you? It fails me on the **main** branch already. when I run `user$ shellspec -s bash`. It results...

Could you fix the tests to make sure my feature won't break anything? 🤔