Raymen Scholten

Results 13 comments of Raymen Scholten

Yeah it would be great to see what you (or anyone) are actually working on and which of them are just idea floating around for now. It's also easier for...

So if I read this correctly, you'd like to improve sending the reply that's currently something like: `mailbox.Sender()

Then this would get a big +1 from me, as I've always thought the current implementation was just wrong. Have you already done some partial work on this in a...

It is a similar principle but built more for non-secret configuration. It also allows you to label specific settings so that you can adjust configuration on the fly for specific...

Not sure if it's relevant but we use `| Success | Failure

@bitbeans Yup **Update**: Copying the `%userprofile%\.dnx\packages\libsodium-net\0.9.0-beta5\output\libsodium.dll` file to `%userprofile%\.dnx\packages\libsodium-net\0.9.0-beta5\lib\Net40` seems to fix this.

See the update in my previous message that I just posted when you posted your answer. Seems to be a workaround for development.

I had the same issue and used the same fix

And an additional method to support chaining multiple RopResults and rearranging (or discarding) them. Don't mind the excessive type arguments ;) ``` let combine2R (comb : 'a * 'c ->...