laur89

Results 170 comments of laur89

If/when implemented, please also provide an option to follow focus with the moved container. The default i3 moving command doesn't do that, and there's no way to enforce focus-following as-is.

This issue should be closed, as it doesn't reproduce with spring 4.3.7 (spring boot 1.5.X).

Same for anonymous (+self-executing) functions: ``` (function () { .... }()); ``` Empty array is returned by jsctags. Note that tern itself seems to be able to parse it, since...

@veikman unsure if it could be of any help, but UHK sells trackpoint add-on modules for their keyboards, and their firmware is open: https://github.com/UltimateHackingKeyboard/firmware

Isn't this functionality already covered by `callback_by_exception` introduced by https://github.com/pnpnpn/retry-decorator/pull/5?

@bcbnz would you be so kind to update pypi pacakge?

Experiencing same symptoms with non-compose installation. @rolandgeider is static dir recreated on server restart as claimed in readme? As I can't use docker compose I'm using regular bind mounts, and...

To be clear, ~/static dir should _not_ be empty, correct? Note I doubt it's permissions issue, as listing the home dir from within the container looks OK to me: ```...