Eirik Tsarpalis

Results 44 issues of Eirik Tsarpalis

Makes the following changes: * Use `ConstructorInfo` invocations instead of static `MethodInfo` when instantiating generic metadata types. In my measurements this is ~2x faster. * Delegate `JsonTypeInfo` construction to existing...

area-System.Text.Json

Grouped bar charts are a very common charting pattern, but I can't seem to find this on FSharp.Charting. Am I missing something? For example, see: http://stackoverflow.com/a/15556707

Up for grabs

While this really seems to be an rdotnet issue, I thought it appropriate to create an issue here first. When writing [this sample](http://mbrace.io/starterkit/HandsOnTutorial/examples/200-using-r-provider.html) for distributing RProvider code over mbrace, I...

Type: Enhancement
discussion

As we prepare for a 1.0 release, I think it would make sense to decide now on a versioning convention for MBrace releases. There seems to be an established adherence...

discussion

The inclusion of the Local api (see #21) to MBrace.Core has rendered the MBrace.CSharp project obsolete. We need to consider a rewrite of this project.

enhancement

Since F# 4.0 it has been possible to do C# LINQ style [automatic convertion of function arguments into quoted expression trees](https://github.com/fsharp/fslang-design/blob/master/FSharp-4.0/AutoQuotationDesignAndSpec.md#f-40-speclet-auto-quotation-of-arguments-at-method-calls). In the case of FSharp.AWS.DynamoDB this means that an...

enhancement

I spent the past few months working on [FSharp.AWS.DynamoDB](https://github.com/fsprojects/FSharp.AWS.DynamoDB), a library directly influenced by FSharp.Azure.Storage. Even though DynamoDB is a different beast to Azure's Table Storage, I experimented with a...

Hi, Let me start by saying that this is a great library, we are investigating on adopting it for the implementation of MBrace.Azure, to replace direct manipulation of the cumbersome...