Yash Rathi
Yash Rathi
Hi @matthewhughes934, This project, seems like it's no longer maintained. It is really nice idea, to have something like doctest for CLI. Are you aware of any alternatives that are...
one of the way you could do this is: we already implemented [the bind method in the book](https://github.com/yashrathi-git/loxscript/blob/08c10cd8840fb34631ccb67704a970d3d9c0c421/lox/interpreter/callable.py#L53). bind method knows the value of `this`. you could easily modify it...
I have the same problem on Fedora 34 Edit: I am using xorg and, now the hotkeys work, and albert show on center. I didn't noticed any performance difference in...
@ManuelSchneid3r ## X11: (Widget box model)  ## Wayland: (Widget box model)  ## QML Box Model: On both wayland and xorg, when I tried this mode, albert crashed. In...
@ManuelSchneid3r ```sh $ albert 19:46:30 [info:core] Initializing application 19:46:30 [info:default] Systems icon theme is: "WhiteSur" 19:46:30 [info:core] Initializing mandatory paths 19:46:30 [info:core] Setup signal handlers 19:46:30 [info:core] Creating running indicator...
This would also help many other use cases: * I wanted to use, my own formatting for `datetime`, ex: `today %H:%M`, `%M:%H`(automatically uses date as **today**) * typer would be...
This is easy to implement, using custom type ```py import click from enum import Enum class Test(Enum): test = "test" another_option = "another_option" class EnumType(click.Choice): def __init__(self, enum, case_sensitive=False): self.__enum...
Hi @planyway pyheadspace won't be able to download anything that's only exclusive to the mobile app and not available on website. Many of the sessions there are exclusive to mobile.
@malys Thank you for the PR and patience. You have done too many changes in just one PR, it would be great if you could open a separate PR for...
Hi @kswang2400, I am unable to replicate this. Could you share the full traceback. Also you could try to log in manually by [following this](https://github.com/yashrathi-git/pyHeadspace/blob/main/manual_setup.md). Are you using login with...