Kostis Anagnostopoulos
Kostis Anagnostopoulos
This is [a candidate API for "up-next" feed](https://developers.google.com/youtube/v3/docs?csw=1#Related_videos_feed) (From [this SO question](https://stackoverflow.com/questions/5651334/youtube-api-get-next-related-video)).
In Wayland i tried to toggle eg. a terminal window as "Always visible" both from its Window menu and with the shortcut _"Gnome Settings | Keyboard | Windows | Toggle...
Would it be possible to support [plotly's hover template language](https://plotly.com/python/hover-text-and-formatting/), like `"{name}foo: %{x}bar: {y}"` to facilitate users who have already mastered it?
Duplicate of #459.
https://www.wired.com/story/giving-open-source-projects-life-after-a-developers-death/
I would close it but i haven't yet understood what is the buggy behavior of the indicator?
I'm puzzled. Are you sure it is the _language indicator_ that steals the focus? Could it be some _capslock indicator_ that is stealing your focus? - To check, un-assign caps-lock...
I can't think of a way that the old pop-up appears since this extension works by monkeypatcing the code where it calls it. I cannot preclude another point in gnome...
Does Typer support Tuples as Multiple Multi Value Options - List[Tuple[str, str]] - like Click does?
This minor fix to make @jonatasleon's [worthy workaround](https://github.com/tiangolo/typer/issues/387#issuecomment-1192866047) to support also values containing the `=` char: ```python k, v = value.split('=', 1) ```
> Also the params are statically typed and can be accesed using a singleton pattern by > ... > ParamClass.instance.some_param. - Since when [globals considered anti-pattern in Python](https://stackoverflow.com/questions/6760685/creating-a-singleton-in-python)? - Why...