Software development is complex and, at some point, your Node.js application will fail. If you’re lucky, your code will crash with an obvious error message. If you’re unlucky, your application will carry on regardless but not generate the results you expect. If you’re really unlucky, everything will work fine until […]
Daily Archives: March 26, 2020
If you’re a designer or developer, chances are you’ve made the shift to working from home in the past couple of weeks. To help manage the change, we thought we’d share some of our best resources on working remotely — starting with some books … The Art of Working Remotely […]
My question is identical to this Magento 2: Sorry, no quotes are available for this order at this time Change Message but the answer is not correct. I wish to change the message to something like ‘please enter postcode to see rates’ I have tried extending Magento_checkout and amending the […]
I am getting Server sent charset unknown error during setting up magento 2.1.9 on localhost. PHP version – 5.6 or 7.1, MySQL version – 8.0 I tried to add in my.cnf [client] default-character-set=utf8 [mysql] default-character-set=utf8 [mysqld] collation-server = utf8_unicode_ci init-connect='SET NAMES utf8' character-set-server = utf8 but it is not working. […]