Skip to main content
12
results
Andrew Fletcher
I had been running a few Centos 6 servers just past their EOL (30th November 2020) and it was time to kick in to action a plan I had been working on when I realised EOL was on my doorstep. A month or so beforehand, I started researching options to upgrade to Centos 7.  Okay initially I wanted to jump Centos 7 and charge in to Centos 8 which had a planned EOL of 2029.  CentOS 8 had been stable for well over a year.  Not bad, closer to two years would have been...
Andrew Fletcher
I need to set the default php-version of a subscription to php7.3.  The...
Andrew Fletcher
(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI...
Andrew Fletcher
To add ejabberd and run MYSQL to the server I needed to update the server...
Andrew Fletcher
iOS localization on the fly If you have added languages to your app......
Andrew Fletcher
Whatever you are coding - code clarity is your goal. Before you scream and run out the door, I'm not going to reinvent the wheel!  A couple of style guides on GitHub are great way to start...  github - swift-style-guide (however not maintained) and raywenderlich - swift-style-guide.  Swift team at Apple have API Design Guidelines on how to write better Swift...
Andrew Fletcher
To create a .pem file, is quick once you have your .p12 certificate.  I...
Andrew Fletcher
I had the issue where I needed to filter an array list by a specific column....
Andrew Fletcher
A handy resource list of fonts for iOS: iOS Font List -...
Andrew Fletcher
https://github.com/kylebrowning/waterwheel.swift After a short amount searching...
Andrew Fletcher
Ha you have read it before, one of those throw away lines that is written "just create a cartfile".  So your thinking carthage update, carthage init, create a plain text document, etc... all wrong.  How do you know... when you run carthage update, you receive the following error Get this error: "No such file in directory" So how do you "just" create a Cartfile? Oh, there are no instructions on the Carthage page either.  Feeling a little ticked off, how do I "just create" a...
Andrew Fletcher
After coding for 16 years... I have decided to have a go at building apps in...