Is migrating from Mailman2 to Mailman3 too much of an ordeal?
Is it worthwhile?
Does Mailman3 consume too many resources?
Linux pros and enthusiasts
Is migrating from Mailman2 to Mailman3 too much of an ordeal?
Is it worthwhile?
Does Mailman3 consume too many resources?
When deploying React apps on Apache or nginx, in a sub-folder of the root / DocumentRoot, there are some issues to consider. While the deployment guide suggests setting “homepage”: “.” in package.json, others have advised against this. Taking that at face value, I used “homepage”: “/react/react-hooks”, which initially appeared to work. However… static images from… Continue reading Deploying React Apps
Firefox … forcing https. Great! How do I override it for my niche situation?
A discussion came up on one of the LUGs this weekend (Victoria’s VLUG). Craig had a situation with a router with low specs that he wanted to retrieve some info from. The idea of a simple http server in bash came up. I thought, “Nah, can’t be done.” I was wrong. He found a Github… Continue reading http server – in bash!?!
Thoughts on styles of handling Click events in ReactJS
Recently came across a requirement that consisted of a list of items to display which is decorated by a smaller list of colours. The colours were to cycle through and wrap at the end of the list — starting over from the beginning. Mini Challenge 01: Changing Background Colors for Certificates Card Story for the… Continue reading Array wrapping with modulus