developer resources
Codebales holds an ever growing number of solutions to problems that we have experienced in our day to day code writing
491
results
Andrew Fletcher
•
Well for me it is very slow. Recently, I upgraded from CentOS 6 to Centos 7. CentOS 6 was lightening fast. Since the upgrade CentOS 7 has been so slow in comparison. But when I say slow, it has been appallingly slow. It just was unable to reach anywhere the performance of 6. Which seems odd, given high transmission speed and powerful hardware. It still takes forever in executing or processing services or applications.
This is a fluid...
Andrew Fletcher
•
Core Data - customising our data model
When you are using Core Data, and let's...
Andrew Fletcher
•
Regular expressions (regex) are extremely useful in extracting information from...
Andrew Fletcher
•
In SwiftUI, has made creating a list of item very easy. If...
Andrew Fletcher
•
SwiftUI’s sheets are used to present new views over existing ones, while still...
Andrew Fletcher
•
I attempted the run command and the response I had was succeeded, but then nothing else happened!
I usually have this problem when a dependency is not updated.
The following steps usually works for me... note in bold are the Terminal commands such as (rm -rf Podfile.lock):
Delete your Podfile.lock - using Terminal use the command rm -rf Podfile.lock
Delete your Pods folder - rm -rf Pods
Delete your .xcworkspace - rm -f .xcworkspace
Pod install
Clear your project - shift + command + k...
Andrew Fletcher
•
Working in Laravel, I needed to loop through an array and know whether the...
Andrew Fletcher
•
Step 1: Install Homebrew
Homebrew is the missing package manager for macOS.
As...
Andrew Fletcher
•
Working with buttons
To begin, what is a button in SwiftUI?
struct MainView:...
Andrew Fletcher
•
I need to set the default php-version of a subscription to php7.3. The...
Andrew Fletcher
•
Setting up the mail configuration in October CMS is a quick progress. Depending on which mail method you use there are up to eight fields to complete:
Sender name;
Sender email;
Mail method: (PHP mail, Sendmail, SMTP, etc...). I elected to go with SMTP;
SMTP address - such as smtp.your-domain.com or mail.your-domain.com;
SMTP port - 587;
SMTP encryption protocol - TLS or SSL;
Authorization required - boolean response;
Username - email account; and
Password -...
Andrew Fletcher
•
Don't worry this is an issue that many Drupal developers have come across....
Andrew Fletcher
•
If you are receiving the following 403 errors:
"message": "The used...
Andrew Fletcher
•
Creating a new account in Mail on OSX Big Sur (11.2) and complete the required...
Andrew Fletcher
•
Working on a new CentOS 7 server, Node wasn't installed. You can...