Florian Bruhin
Florian Bruhin
With pytest 3.9.2 and pytest-bdd 3.0.0, when a test is skipped via `pytest.skip` like this: ```python import pytest def test_foo(benchmark): pytest.skip('bla') benchmark(lambda: None) ``` I get: ``` Exception ignored in:...
**Newsbeuter version (copy from `newsbeuter -v`)**: 2.9 (but I can reproduce with the latest git too) With [this RSS feed](https://blog.fefe.de/rss.xml?html) (`https://blog.fefe.de/rss.xml?html`) sometimes there are posts linking to twitter images, such...
Thanks so much for notifico, I've now been using it without any issues for years! Like many other projects, I've recently [moved to libera.chat](https://blog.qutebrowser.org/qutebrowser-moving-to-libera-chat.html), and also switched over [at Notifico](https://n.tkte.ch/The_Compiler/qutebrowser)...
When focusing a window, the contents briefly move their positions and then move back which is a bit irritating. It's as if the thicker border caused the window to get...
Some rough ideas about how to show window titles: - Show the text centered rather than left-aligned (cf. [Reddit comment](https://www.reddit.com/r/herbstluftwm/comments/km0rkz/initial_window_title_support_just_got_merged/ghdwc87?utm_source=share&utm_medium=web2x&context=3) - Only draw the background color behind the title, if...
Some windows really want to have a size which is a multiple of a given cell size (e.g. terminal). We probably should give them the size they want and just...
Some people find tag switching with multiple monitors confusing. Some ideas: - if tag X is shown on any monitor, focus it. If not, show tag on current monitor. (bl1nk...
A command like fullscreen, but still leaving padding intact. WIP: http://git.the-compiler.org/herbstluftwm/log/?h=pseudofullscreen Rough todo: - Rebase on master - Make sure everything is renamed from pseudofullscreen to maximize - Check if...
We should be able to focus empty frames with click, or with the mouse if focus_follows_mouse is on
By milomouse in the Arch forum: > I notice that some commands always return 0 even if they've already been issued such as "lock_tag" and "unlock_tag", but I expect it's...