Nanne

Results 32 comments of Nanne

I would appreciate an integration with WebDriver (which allows ChromeDriver and GeckoDriver) as it would allow testing with multiple drivers and provides a common interface.

Due to the new history v5, listen `history.listen` became the following object instead of separate parameters: `{location, action}`. To fix this change line 62 on ConnectedRouter.js to: ``` const handleLocationChange...

Ahhhh.. I applied your PR as patch to the latest version. But you are actually changing the dev branch.

I can recommend looking at [redux-first-history](https://github.com/salvoravida/redux-first-history) or [lagunovsky/redux-react-router](https://github.com/lagunovsky/redux-react-router)

Location Services uses Wi-Fi to establish the location and quickly interrupts your internet connection in this process. Very annoying for video calls or cloud gaming. I would love to have...

Timelapse component is currently in [a repository](https://github.com/mainsail-crew/moonraker-timelapse) of the mainsail crew. As the installation is similar to other klipper components I think it definitely makes sense to add it to...

I guess it would be nice to have `DOCKER_HOST` redirecting to VMware Fusion.

I would like if there are port checks (http 80, https 443) together with warnings, each time I forget how it works and I need to regoogle. Also process breaks...

Maybe it is possible to make a custom `brew-autoupdate` user with special sudo rights that can only install casks?

Follow multi-user homebrew guide: https://medium.com/@leifhanack/homebrew-multi-user-setup-e10cb5849d59 Running autoupdate service under a different use: https://apple.stackexchange.com/a/93174 Allowing sudo without password: add file under `/private/etc/sudoers.d/brew-sudo` with `brew ALL=(ALL) NOPASSWD: ALL`