Don Syme

Results 1218 comments of Don Syme

I don't see any GTK packages here: http://www.nuget.org/packages?q=gtk. Adding them to "lib" sounds right.

Agreed - there must surely be some default charting setting to do a better job on this. If you can find the appropriate setting, we can make it the default.

I believe this use of folders as an implicit partitioning/indexing structure is one of the main reasons that Hadoop/Hive/HDFS have been successful - and hence Spark too. The ease with...

My suggestion - Definitely use semantic versioning for MBrace.Core from 1.0 onwards. It's a set of abstractions and a library and semantic versioning is really the right way to do...

No, I think decouple them. With more fabric mappings coming in the future we'll be doing everyone a favour to decouple, otherwise it will look like MBrace.Azure gets special status.

> I don't think it's desirable to revert backward compatibility. The best approach is to release updates on the entire Vagabond -> Thespian -> MBrace.* dependency chain. I took a...

As I understand it we should in theory be able to run on Mono Linux servers if we can remove the dependency on the .NET service bus API and just...

That's a great list. 1. Is it fair to assume Vagabond is only buggy in its mode of use the MBrace client, not the workers? 2. runtime code gen should...

3 - I assume that fact that app domains are not in .NET Core indicates a move to processes as the unit of isolation. So I'd avoid System.Runtime.Loader if we...

> Just a thought, how about simplifying the story a bit: isolate clusters per platform. Realistically, what is the use case for a cluster that spans platforms Depending on what...