developer resources
Codebales holds an ever growing number of solutions to problems that we have experienced in our day to day code writing
Selected filter
67
results
Andrew Fletcher
•
Android Studio error
error: package android.support.v4.content does not existThis is a problem with plugins using old Android support dependencies instead of the AndroidX equivalent. As it's a dependency issue, to resolve add jetifier. I know yet another package...
npm install jetifier
npx jetify
npx cap sync
Tools
Ionic CLI : 6.20.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.2.0
...
Andrew Fletcher
•
Android Studio build errors
Build failed error: cannot find symbol if...
Andrew Fletcher
•
Approaches to resolving “Module not specified” Error in Android Studio
When...
Andrew Fletcher
•
Working in Android Studio when attempting to run a project I had the following...
Andrew Fletcher
•
Currently, I have a situation where I have two repositories. The first is...
Andrew Fletcher
•
Working from the bases that .DS_Store has not been added to your git repository, then you can add it to your .gitignore file.
touch .gitignoreIn the .gitignore file add the following
# Hide the DS_Store files
**/.DS_StoreHowever, if it's already there, then in Terminal you will need to write:
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatchFinally commit to repo
git commit -m "Remove .DS_Store"
git push origin...
Andrew Fletcher
•
Adding git tag to your actions.
The regular process that I work to is
git add...
Andrew Fletcher
•
If you edit a Drupal contrib module, the next time the module is updated those...
Andrew Fletcher
•
Changing git push from passphrase? There are several ways to tackle this...
Andrew Fletcher
•
In this article, you will learn how to update a newsletter template...
Andrew Fletcher
•
There are times when other Joomla! administrators of the site leave a page without tapping one of the methods to close it... save & close or close. Subsequently, when a page hasn't been closed, a padlock appears to prevent another administrator's accessing the page(s) to make changes. Great for content management, not so great if the person is uncontactable.
Selecting this menu option allows Joomla! administrators to perform a global check-in of all currently pending or...
Andrew Fletcher
•
Cached data - keep it or clear it out?
You might have noticed, but...
Andrew Fletcher
•
Adding a new user to your Joomla! website using Community Builder.
Out of the...
Andrew Fletcher
•
In this article, I will show you how to update an existing member's details...
Andrew Fletcher
•
In this article, I'll show you how to create a new an Acy Mailing 5...