Jonas Groenaas Drange
Jonas Groenaas Drange
An option that would make the grunt task fail at the first test failure would be helpful for this task when run in a CI context. ``` phantomcss: { foo:...
Looking at the code, and based on experiments, it does not look like dbusmock currently supports mocking pre-existing signals. It supports EmitSignals, but though I lack the appropriate terminology, it...
For secured wireless connections, there could be a check of the psk and a device state change if it fails.
I may be wrong, but if a flickable element resides inside of another the inner will flick the outer. This is caused by the use of trigger and bubbling. element.trigger('onFlick')...
Tidy works great, with default settings, until I put a file at ~/.pythontidy.xml Both the produced config and example config from SublimePythonTidy readme prevents tidying. ``` ``` The above also...