Michael Aquilina

Results 47 issues of Michael Aquilina

Before: ![2019-08-21_20-53-28](https://user-images.githubusercontent.com/2650040/63463787-cf423e00-c455-11e9-853f-87b7cc89a806.png) After: ![2019-08-21_20-53-09](https://user-images.githubusercontent.com/2650040/63463832-e6812b80-c455-11e9-843a-eac609b99b7c.png)

sway version 1.0 When running firefox in wayland mode (`GDK_BACKEND=wayland firefox`), firefox does not grab focus when external links are opened from other applications. An easy way to reproduce this...

enhancement

Right now the `check_alias_usage` command only reports on standard aliases. It should be expanded to support git and global aliases too.

https://help.github.com/en/articles/creating-issue-templates-for-your-repository

I have two laptops and cant reproduce this issue on both my laptops, but on a dell xps 9380 I've noticed the following strange behaviour. I lock the screen with:...

When the screen has been locked with swaylock, the cusor still remains on the screen (but cant be moved). From this release issue on sway https://github.com/swaywm/sway/issues/1735 I thought I could...

This allows plugins like pyenv that load python in PATH later to work correctly Fixes #175 Tests need to be updated but opening this up early to check if this...

This is a very early implementation of an idea I had a few weeks back. Opened this early to get some feedback before continuing Introduce an `assert_not` function that behaves...

Having this option would be very useful for being able to integrate nicely with CI tools like CircleCI :)

Hopefully this isnt another non-issue, but using `run` doesnt seem to maintain it's environment between subsequent calls in the same test. e.g. ``` @test 'something' { echo "hello" > "foo/bar"...