Tatesa Uradnik
Tatesa Uradnik
If there is an empty commit message and you accidentally press backspace you get `(re.sonny.Commit:2): Gjs-CRITICAL **: 10:43:34.375: JS ERROR: too much recursion` and then `editor/
Like issues #636 and #2648 say, you cannot read device files with bat. I think a solution would be that if we made a parameter called head with this implementation:...
**Describe the bug** A clear and concise description of what the bug is. As mentioned in my previous issue #116 some text is black making it unreadable and this occurs...
If you didn't run bleachbit as root, you can't clean sudo stuff, which is annoying. So, if the output of the whoami command is not root, there should be a...
I want to not have to type `rm -r` when I remove a directory, and also I want it secure so I've aliased rm to `coreutils rm -rI`. The problem...
I've deprecated `Title`, the `title()` function, `Position`, and the `titles_position()` function, and adapted the docs to have `title_top()` and `title_bottom()` in examples. While it was suggested to add `top_title()` and...
This PR is a draft. Firstly, it's a breaking change, secondly, a test fails, because for some reason instead of None the line has Some(Reset) in block_title_style. I couldn't find...
This PR partially resolves issue #1011
I want to use this simple css: ```css * { font-family: Ubuntu; } ``` How do I inject it?
This PR marks title as deprecated, adds title_at_position function and adapts code and function docs to not use Title. The title_at_position function is required as what used to be ```rust...