Arshia001

Results 159 comments of Arshia001

@johnberzy-bazinga I'd love to have that, but even if they do start working on it, it'll probably be quite some time before it's ready. We can migrate to that feature...

[The new sample is up.](https://github.com/Arshia001/Orleans.FS.Mockup) The only change to the end user experience is that we no longer need quotations: ``` let sayHelloProxy = i.GrainFactory.proxyi HelloWorkerGrain.sayHello (i.Identity.key + 42L) ```...

I've added some more code to the sample. It now supports OnActivate, OnDeactivate and ReceiveReminder. I also moved some of the code from runtime to code-gen, so we no longer...

Absolutely nothing! It was meant as a joke...

@ray440 F# does support OO, but doesn't seem to like it. I wanted to do my next project in F#, but I ran into too many problems with just about...

This is still relevant and should be considered for the FS refactor. Tagging @zebreus for visibility.

From the class code generated by ion for `File`: ```rust impl ::ion::ClassDefinition for File { const NAME: &'static str = ::std::stringify!(File); fn class() -> &'static ::ion::class::NativeClass { Self::__ion_native_class() } fn...

@jurijzahn8019 thanks for reporting this! If my understanding is correct, browsers set the Origin header to the domain name of the page that's currently loaded and caused the fetch call....

Are you referring to `FetchEvent.request.headers`? I believe we pass request headers to JS code exactly as they are received, so if the header was present when the request was made,...