Luis Toubes

Results 7 comments of Luis Toubes

If it's Linux go here https://github.com/cuth/unsplash-wallpaper/issues/31#issuecomment-481629905

FYI. Find the place where is installed `unsplash-wallpaper` and replace [wallpaper](https://github.com/sindresorhus/wallpaper.git) dependency with its latest version. This is what I did ``` $> cd $HOME/.nvm/versions/node/v10.15.3/lib/node_modules/unsplash-wallpaper/node_modules $> mv wallpaper wallpaper.original $>...

:arrow_right: https://github.com/danwilson/google-analytics-plugin/issues/550

Hi there, @victorsosa so unfortunately this plugin has become obsolete, right?

Well I understand that there is not much interest to show how we can continue using the plugin. Anyway, thank you for keeping the project alive. Cheers.

Is this project alive?. Having same issue here with default scaffolded project. EDIT: According to https://github.com/diegonetto/generator-ionic/issues/210#issuecomment-112570804 set logConcurrentOutput to false in `concurrent.ionic.options` and magic will happen. ``` javascript concurrent: {...

Hi @zemanel, I managed to setup your quickstart in order to use Sentry (8.7.0) BUT Openshift kills installation process during database setup (Postgress 9.2). I guess because Sentry database creation...