Nathan Lenkowski

Results 9 comments of Nathan Lenkowski

I'm getting the same issue as well. ``` version: '2' services: db: image: mysql:5.7 volumes: - "./db:/var/lib/mysql" restart: always environment: MYSQL_ROOT_PASSWORD: wordpress MYSQL_DATABASE: wordpress MYSQL_USER: wordpress MYSQL_PASSWORD: wordpress wordpress: depends_on:...

The client also requests that the logo be at least 100% larger.

At first I had the same issue, but I was able to get the clean option working with the following configuration: ``` gulp.task('deploy', function() { var rsyncConf = { hostname:...

Would love a standalone Paper app too. Running it via a web wrapper doesn't seem to work anymore though. I've tried building it myself with natifier, same issue. Tried Papyrus,...

Its been awhile since this was reported, but I'm still seeing this issue as well. I'm running WP 5.7, WP-CLI 2.4.0 and PHP 7.4.15. I haven't tried the nightly release...

Just saw this today for WhatsApp as well. Deleting the account and recreating it didn't work at first, but after manually logging out of WhatsApp and logging back in (via...

Just noticed that if I click "Go Back" from the error message and then click on "WhatsApp Web" from the navigation I can login just fine. A strange bug for...

Just ran into this dependency conflict as well, when upgrading a project to browser-sync@3

Agreed, it would be very nice to be able to stop watch tasks and destroy the process. Any progress on this?