Skip to content

Instantly share code, notes, and snippets.

@sveneh
sveneh / robo3t
Last active May 19, 2020 08:56
QT app needs font scaling
QT_SCALE_FACTOR=2 ~/bin/robo3t/bin/robo3t
@sveneh
sveneh / jasmine.json
Last active August 27, 2015 10:08
Protractor fails a pending spec
{
"spec_dir": ".",
"spec_files": [
"pending.spec.js"
],
"helpers": [
"helpers/**/*.js"
]
}