Like creating sockets in Unix 'C', creating Visual Studio Code Start Debugging configurations are much the same; you have to do loads of reading to pick the options you want then you spend your entire career cutting and pasting it into every project you… more »
Categories: "Computer Languages"
Got this message a while back and it took a lot of looking to find the answer, so here it is! This assumes you have transferred over your existing keys and all the permissions etc are set up correctly. more »
This is one of those annoying little problems I've had for a while and not been able to solve. I've used this construct in a couple of places and now I found I need it again. So I thought I'd find out how to do it right. Here's the setup if you want to… more »
I haven't done any groovy for a while and when I ran my groovy command I got this: . more »
When trying to workout why a maven build is failing, I used these options to switch on JMX support inside Maven. Once Maven was running I connected jconsole to read the stats. Log lines have their thread name: more »