thenightmail

Results 8 comments of thenightmail

Same issue for org mode and org guide Emacs message: Info-find-file: Info file ‘org’ does not exist; consider installing it doom info: generated Apr 22, 2025 07:35:43 system Debian GNU/Linux...

>:tree-tab-create-group could be used independently of tree tabs, similar to about:blank with with an adjustable title. A related discussion happened here: https://github.com/qutebrowser/qutebrowser/issues/8054 and @arza-zara suggests making it an option to...

I think the tree tabs should not keep the alternating colors behavior. Instead the colors should alternate based on the branch level. For instance the top level heading is dark...

Hmm, not sure what's going on. This causes a circular import error, I'm not sure what else to do to resolve the type errors caused by tab_by_idx returning a QWidget....

The current implementation is fine with me. I don't plan on using a mouse.

This is probably the relevent code that needs changing. https://github.com/rndusr/stig/blob/805e2bc727733be405d1d917bb112e58b71cb34d/stig/client/utils.py#L624-L681

a potential fix is checking if the url string contains multiple '@' symbols and handeling it differently if it does. Not sure if this is the best solution, any thoughts?

I'm interested in this. Some of the type hints seem easier than others to implement. My experience with python and github is limited. Guess I'll focus on the easier ones...