-
`CloudFile` is a type that has been inherited from older versions of MBrace. Lately its function has mutated towards a cloud equivalent of [`System.IO.FileInfo`](https://msdn.microsoft.com/en-us/libra…
-
On MBrace 0.10.0, VS2015 with F#4, I can't run a Cloud Flow. Whenever I try, I get: -
```
INFO : Uploading 'FSI-ASSEMBLY_da3b29e0-1bc1-4204-b9ba-4c505338c81d_1, Version=0.0.0.0, Culture=neutral, Publ…
-
@eiriktsarpalis and @isaacabraham write:
> When provisioning, it should be possible to specify pre-existing storage accounts by name only. This is convenient when wanting to access already uploaded l…
dsyme updated
9 years ago
-
It would be nice to have the equivalent of Seq.choose on a CloudFlow.
-
I'm seeing more and more people having difficulties about getting up to speed with the abstractions of MBrace. Things like CloudVector have little documentation on it - the intellisense comments of ea…
-
Trying the following simple example (you can get the file here: http://1drv.ms/1Bdiv9L) fails on serialization:
``` F#
open System
open System.IO
type Image = int[]
type Example = { Label:int; Image…
-
I started a CloudFlow which for whatever reason I wanted to stop. Got process handle, sent a Kill() - the status of it is Cancellation Requested - but this takes minutes or sometimes hours to take eff…
-
If possible, a skip() function should be added to the CloudFlow module.
-
The datafile contains 42,000 images, and can be found here: http://1drv.ms/1GnHRRA
The cloudValidation process faults every time, with the following:
`Nessos.FsPickler.FsPicklerException: Error serial…
-
I get a strange F# compiler error when using MBrace Cloud Flow today – has anyone ever seen this? It seems to be failing to resolve a reference to a method in Streams.Core.dll, as if there is a versi…
dsyme updated
9 years ago