Alter Lagos
Alter Lagos
FWIW, I've enabled/disabled manually by console using `window.Xray.show()` and `window.Xray.hide()`. Also adding `require xray` to both `application.js` and `application.css`.
@obelich the problem with that workaround is that any authenticated user will create your used model
Why this hasn't been merged yet? At the end of the day, I finished using the forked version instead of the original to have access to all those extra models
FWIW, I've added a mobile user agent to emulate it: ```ruby agent = 'Mozilla/5.0 (Linux; Android 7.0.0; Pixel Build/Unknown;) AppleWebKit/537.36.0 (KHTML, like Gecko) Chrome/60.0.0.0 Mobile Safari/537.36.0' browser.headers.set("User-Agent" => agent) ```...
I tried to fix this and the problem relies in the login form, as [the `password` field](https://github.com/eVanilla/instabot.rb/blob/c7a1f5bc79ac8bccee6f8beecefc4e9892b8df10/lib/instabot/login.rb#L16) was changed to `enc_password` in the instagram page. The problem is that the...
Same store here with Xubuntu 16.04  Not sure what's the pattern, sometimes displays two notifications or just one. On this occasion has displayed three and the art...
The problem seems to be on [the title event handler](https://github.com/tomasmcm/SpotiWeb/blob/master/main.js#L100). Doing this: ``` js mainWindow.on('page-title-updated', function(e,t){ console.log('title:', t); ``` I realised the title changes three times on the spotify site,...
In Chile is still working :+1:
Since today (with spotiweb 0.5.1) it started to appear the message: _This browser is not compatible with Spotify web player_  I'm not sure if it has to...
@sdras happy to help here as well. There's a bunch of PRs that need some attention