Ryan Seddon
Ryan Seddon
Would be good to have a way to remove the scroll cover. - Remove element - Remove scroll listener - Remove click listener Possibly expose a `destroy` method on a...
BrowserStack has a new API version https://github.com/browserstack/api/tree/v3
Look at using Chocolatey to handle deps and powershell for scripting any installes needed. https://github.com/chocolatey/chocolatey
See here http://testling.com/docs#visit-a-page I'll try and wrap this up and require a config setting to choose which service you want. e.g. ``` js config.browserservice = { "browserstack": { username: "",...
Rather than killing and re-opening workers everytime which is slooooow. Keep them open for re-use as long as BrowserStack will allow ~30mins.
So in the mi home app I can do automation rules for when the temperature sensor changes above or below a certain temperature. Home on iOS says it can't be...
Really happy that SVG support has landed but there's still one way to consume SVG that isn't yet supported in html-sketchapp. We set SVGs as data URIs like so: ```css...
onload event will delay if downloading external resources when really all we need to know is if the initialContent has rendered without worry about external resources being downloaded Related to...
Right now the readme is an accumilation of changes over time and has never really had any love to structure it better. I think using something like https://readme.so/ would be...
## Summary: If you have a label associated to a select field and you tap the label while the spinner for the select field is open the keyboard will flash...