Isaac Abraham
Isaac Abraham
Hmmm. Maybe we should look for something on open collective ;-)
@sashababaei you're right. And I still maintain that for ease of use, flexible and use cases MBrace provides an incredibly flexible framework for distributed computing - better than anything else...
LGTM. Thoughts @eiriktsarpalis ?
How can we move forward on this? I'd very much like to get this in and start pushing out a release that supports ARM as this is a dependency on...
@krontogiannis Thanks for feedback :-) 1. Yes, it's a breaking change in MBrace.Azure because it affects the way that paths are used. `foo/bar.txt` would be invalid, as would `/foo/bar.txt`. Instead,...
I've had a think about this over the weekend, and I'm wavering on this. The main problem I have with the current implementation is that it's easy to accidentally start...
I've made some changes (although there's still some tests I need to write + feedback) so it's essentially backwards compatible now (hence why it's green). The table below should show...
Which change - this one or also change MBrace.Core to not put in a "default" directory for user operations?
I've discovered that the default user directory is a feature that's localised to MBrace.Azure, and it was a relatively painless removal. This means that the above matrix can be simplified...
Basic testing being done on: - * [x] Basic serialization (checking that assemblies + .vgb files can be accessed by mbrace itself) * [x] CloudFile and CloudDirectory * [x] CloudFlow...