by David | Sep 2, 2015 | Debugging, Development, Tooling
I’ve been getting into Ruby last week whilst playing with Selenium at work. We’re trying to get around quite a big and well-known limitation of Selenium, that you cannot reuse a driver already created within another process. Since we’re executing...
by David | Aug 24, 2014 | Debugging, Development
I’ve started coding Android again and in all honestly it fields like jumping head first into a mine field. Everything is littered with hidden problems that you have to carefully navigate around. This time I’ll try to cherry pick some of the problems...
by David | Aug 23, 2014 | Debugging, Development
I’ve taken up some Android programming again and this time in Android Studio, it really does improve the situation in comparison to Eclipse though it’s still far behind Visual Studio + Resharper but since it’s based on IntelliJDEA it does have a...
by David | Jul 16, 2014 | Automation, COM, Debugging, Development
I love the way COM interfacing enables you to do awesome scripted things but sometimes (more often than not) it brings me just a little closer to madness. Primarily I’ve been having huge problems getting things to marshal properly from vbs (visual basic...
by David | Jul 13, 2014 | Debugging, Deployment, Development, Tooling, Tools
Time for an update about my recent ventures. I’ve just now uploaded my very first public Codeplex and Nuget package! Yay! It’s called IndentationSplitter and gives right now you a single class called SimpleTree. This class has two methods, Format and...
by David | Jan 27, 2014 | Debugging, Development, Tools
Working with COM is often like hacking away at a black box, throwing something in and hoping you get something else than an invalid HRESULT exception back. I’ve long been looking for tools to help out with this and only last week I found one real diamond of a...