-
See my comment here https://github.com/elastacloud/mbrace-on-brisk-starter/commit/b49dc4cf358e6687b39d76b0e69a4cc09750de9d#commitcomment-10005315
I suggest considering the following renamings for the…
dsyme updated
9 years ago
-
I notice the CloudFileReader type, https://github.com/mbraceproject/MBrace.Core/blob/597057804bd7d991c82f3366541283699769e5c9/src/MBrace.Streams/Readers.fs#L7
Does this need to be public anymore, now…
dsyme updated
9 years ago
-
This is to start a discussion about the perf of process creation. I'd like to understand what the limiting factor is - is it response time from writing to Azure? Or network download speed? Size of u…
dsyme updated
8 years ago
-
I did this:
let send1,recv1 = CloudChannel.New() |> cluster.Run
```
cloud { for i in 0 .. 99 do
do! CloudChannel.Send (sprintf "hello%d" i) send1 }
|> cluster.Run
cloud { let resul…
dsyme updated
9 years ago
-
Drawing on the discussion started in this [issue](https://github.com/mbraceproject/MBrace.Azure/issues/7), I would like to share a few thoughts on the programming model.
As you may know, cloud workfl…
-
would it be possible to let the player play all files, which are not recognized by the firedrive website as videos? since I have such files (mp4, flv, etc.)
-
"Cloudstream for Rolf Reinhardt ?>"
- http://cloudworks.ac.uk/event/user/1766
---
- Bitbucket: https://bitbucket.org/cloudengine/cloudengine/issue/84
- Originally Reported By: [Nick Freear](http://b…
-
RE: Cloudworks: I'm stuck in a 1970s timewarp! :)
R.M.Ferguson
Sent: 17 March 2011 09:18
To: N.D.Freear; G.C.Conole; Simon Buckingham Shum
Cc: cloudworks@open
Hi Nick,
There's also something strange…
-
[ iet-it-bugs: #1305 ]
---
- Bitbucket: https://bitbucket.org/cloudengine/cloudengine/issue/198
- Originally Reported By: [Nick Freear](http://bitbucket.org/nfreear)
- Originally Created At: 2012-03-…
-
```
cloudStream = cloudinary.uploader.upload_stream (result) =>
thumb = cloudinary.url(result.public_id, { secure: true, width: 60, height: 60, crop: 'fill', type:'png' } )
imageStream = fs.crea…