This would be nice if building old KM up as a commuter (seems it would play nice with disc brakes also). Even if I don't build it up it would be nice to have something like this that I can move between bikes so I can leave my backpack off.
- Alex
In order to have only one assembly for all platforms, but run different code on different platforms, we can detect at runtime whether we are using Mono or .Net. First, create a function to detect if the assembly is running on Mono (from the Technical FAQ): public static bool IsRunningOnMono () { return Type.GetType ("Mono.Runtime") != null; }
- Alex
AlexCuse on Job Creationism n. - the belief that ONLY millionaires can create jobs and ONLY when they're sure no one will ever regulate them. - http://www.reddit.com/r...
looks like a pretty useful (and more .net focused) abstraction around lucene.net indexing. If this is using a newer version of lucene.net (and runs on mono) it could be VERY useful. It's also on nuget: http://blogs.planetcloud.co.uk/mygreat...
- Alex
looks like a pretty useful (and more .net focused) abstraction around lucene.net indexing. If this is using a newer version of lucene.net (and runs on mono) it could be VERY useful. It's also on nuget: http://blogs.planetcloud.co.uk/mygreat...
- Alex
Interesting that first attempt to retrieve .Value off of a future will execute ALL cached queries (combining into as few as possible - allowing retrieval of result and rowcount for paging)
- Alex
It's worth mentioning that all of my efforts to set heights, widths, paddings and margins didn't go so well. I'm not sure what the rules are when it comes to that part so be warned.
- Alex