Tired of using MAMP ? You should already have Apache installed on mac Install Apache you just need to start it: sudo apachectl start restart: sudo apachectl restart check config: apachectl configtest optional, if you are on Mac OS X Monterey you might need to uninstall the default Apache 2.4 sudo apachectl stop sudo launchctl
ARCHIVE
Tutorial
Posted on May 28 2021 / in Tutorial
run this in Terminal rm -rf node_modules/ && rm package-lock.json && npm cache clean --force && npm i --legacy-peer-deps you are using dropbox, and you do not want the files to sync rm -rf node_modules/ && mkdir node_modules/ && xattr -w com.dropbox.ignored 1 node_modules/ && rm package-lock.json && npm cache clean --force && npm i
Posted on September 21 2018 / in Javascript, Tutorial
The only solution I found is having this in the return statement of the reducer return { ...state ,[topic_id]:{ ...state[topic_id] ,matches:[ ...state[topic_id].matches ,subticket ] } } ; If there are other solutions, let me know please. The state structure looks like this
Posted on March 21 2018 / in Tutorial
Important: When creating the application, make sure you are having Invisible reCAPCHA selected Recapcha V2 apps will not work Step 1 First, we need an API key, so head on over to https://www.google.com/recaptcha/admin. To gain access to this page you’ll need to be logged into a Google account. You’ll be asked to register your website, so
assign Contributor role to the user you wish to allow this install User Role Editor plugin and activate for the pages you want to allow just that user to edit, make them author you can do this from Quick edit menu from the Pages menu in users , select your user, click Capabilities check edit_pages
Posted on February 20 2018 / in Tutorial
Go to your services, click on the service you want then you will have login to cpanel on left side
We need to go to WordPress admin, select Settings > General Then, from the Language field, select any language
Recent Comments