I had my userid jeroenp show on all my commits, issues and other activity on BitBucket, though in SourceTree, hg config, gitconfig, etc I had configured my full name.
I’m more and more amazed (actually I’m not, this is how life on forum-like communities when moderatorss take over) about which StackOverflow questsions get closed, and which ones stay alive.
It seems the best way is to ask longer questions way beyond what most moderatorss can grasp.
A great point in the comments of the first question is that
you can technically can write .NET 4.0 / C# 4 applications on a .NET 4.5 / C#5 equiped machine and deploy them on machines that only have .NET 4.0 and C# support.
Don’t. I learned that in the .NET 3.0/3.5 and C# 3.0/2.0 era that combining is bad as the version matrix allows for subtle combinations that are hard to test.
.NET 3.0 with C# 2.0 applications written on a system that had .NET 3.5 and C# 3.0 installed would occasionally fail on systems that only had .NET 3.0 and C# 2.0 installed.
In most programming environments, I tend to avoid abbreviations, especially since command-completion and parameter-completion makes it easier to write readable code.
Last week, Apple fixed the so called #gotofail bug for iOS devices. Other devices (Macs with OS X 10.9 Mavericks, maybe earlier versions and I also suspect Apple TV to be vulnerable) will follow soon.
I thought that Old iOS devices would be in the dark as the updates are for iOS 6.x and 7.x only. So any device that can only run on iOS 5 or lower might not be supported.
So I thought these devices would be unsupported, but found out an iPad 1st generation would pass the gotofail.com test.
So if you have any of these, please let me know if they fail or pass:
iPhone 3 or earlier,
iPod Touch 3rd generation or earlier,
iPad 1st generation: passes.
Please watch any security announcements carefully with using Apple equipment, as the bug can highly facilitate a man-in-the-middle attack.
Coding in Delphi is a new programming book by Nick Hodges that covers a variety of powerful Delphi programming features and techniques including Generics, Interfaces, Exception, Handling, Anonymous Methods, Collections, RTTI, Enumerators, Attributes, Dependency Injection and Unit Testing
Publication Date: Feb 22 2014
ISBN/EAN13: 1941266037 / 9781941266038
Page Count: 242
Binding Type: US Trade Paper
Trim Size: 8.5″ x 11″
Language: English
Color: Black and White
Related Categories: Computers / Programming / Software Development
hg flow -y -f init
abort: No module named ConfigParser!
Full error message (the middle line is funny “flow: Flow was already initialized for workspace:”):
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters