Investigate what performance gains could be had by moving to a smarter reflection for: - [Value.ofObject](https://github.com/logary/logary/blob/master/src/Logary/DataModel.fs#L188) - [Map.ofObject]...
Created - 0 comments - help wanted
Would be nice to have RN samples targeting Windows/UWP, seems like right now that would be the only way to program UWP apps in F#. I don't have a Windows to try it on, so hopefully someone can PR...
Created - 0 comments - help wanted
Created - 0 comments - enhancement help wanted
need to introduce the concept of size for the xml generators in order to shrink samples
Created - 0 comments - enhancement help wanted
I was chatting with @eiriktsarpalis and he says that performance of MBrace on AWS was "suffering" compared to performance on Azure > ... it mostly relates to .abuse of SQS...using it like ServiceB...
Created - 0 comments - help wanted
Support 13/ZMTP - ZeroMQ Message Transport Protocol [1](http://rfc.zeromq.org/spec:13). Sounds reasonably easy to implement and gets compatibility with ZeroMQ clients and servers. Can be used as a...
Created - 0 comments - help wanted
NeuralFish needs way more tests than it currently has. There's pieces of 'pocket logic' that are not being tested or asserted. Overall system integrity is currently checked. Tests that explore v...
Created - 0 comments - help wanted
The computation strategy is going to have to change somehow to enable tail-recursion here - https://github.com/bryanedds/Prime/blob/master/Prime/Prime/Prime/Chain.fs#L36
Created - 0 comments - bug help wanted
### Description I'm trying to glob all typescript files under a dir while excluding `*.d.ts` files with the regex `src/**/*[^d].ts` which doesn't work because the magic for recursive directorie...
Created - 1 comment - bug help wanted
### Description I have a TypeScript project with an already established tsconfig.json. I want to be able to use target that project parameter for TypeScript projects. https://www.typescriptl...
Created - 1 comment - enhancement help wanted
### Description Add the possibility of setting the `Verbosity` flag for NuGet restore command. ``` nuget help restore ... -Verbosity Display this amount of details in the outpu...
Created - 1 comment - enhancement help wanted
Some (merge and insert) of the given complexities for the [pairing heap implementation](http://fsprojects.github.io/FSharpx.Collections/reference/fsharpx-collections-experimental-pairingheapmodule....
Created - 1 comment - help wanted
@et1975 @MangelMaxime Could you please create templates for fable-elmish-react and fable-elmish-snabbdom projects? You can take the [simple Fable template](https://github.com/fable-compiler/Fable/t...
Created - 1 comment - help wanted
Looking at the asp.net docs, I found that feature could be useful. https://docs.microsoft.com/en-us/aspnet/core/security/authorization/policies Is there a way to use it from Giraffe like the Roles?
Created - 1 comment - PR approved feature request help wanted
Similar to `isChoice1Of2` and `isChoice2Of2`, it would be nice to have expectations that test for the two "branches" of the [`Result` type](https://github.com/fsharp/fslang-design/issues/49).
Created - 1 comment - enhancement help wanted
When you have many concurrent tests running with Expecto it's very hard to follow the console output. Commonly each line if prefixed with a number or correlation id, but this has better properties ...
Created - 1 comment - enhancement help wanted
This issue is part of an overall initiative to complete #363. The canonical data on which the generator will be based can be found at [here](https://github.com/exercism/problem-specifications/blob...
Created - 1 comment - help wanted
This issue is part of an overall initiative to complete #363. The canonical data on which the generator will be based can be found at [here](https://github.com/exercism/problem-specifications/blob...
Created - 1 comment - help wanted
This issue is part of an overall initiative to complete #363. The canonical data on which the generator will be based can be found at [here](https://github.com/exercism/problem-specifications/blob...
Created - 1 comment - hacktoberfest help wanted
This issue is part of an overall initiative to complete #363. The canonical data on which the generator will be based can be found at [here](https://github.com/exercism/problem-specifications/blob...
Created - 1 comment - hacktoberfest help wanted
This issue is part of an overall initiative to complete #363. The canonical data on which the generator will be based can be found at [here](https://github.com/exercism/problem-specifications/blob...
Created - 1 comment - hacktoberfest help wanted
This issue is part of an overall initiative to complete #363. The canonical data on which the generator will be based can be found at [here](https://github.com/exercism/problem-specifications/blob...
Created - 1 comment - hacktoberfest help wanted
This issue is part of an overall initiative to complete #363. The canonical data on which the generator will be based can be found at [here](https://github.com/exercism/problem-specifications/blob...
Created - 1 comment - help wanted
This issue is part of an overall initiative to complete #363. The canonical data on which the generator will be based can be found at [here](https://github.com/exercism/problem-specifications/blob...
Created - 1 comment - hacktoberfest help wanted
print git commit sha on started message, so is easier to find the commit from logs so from running ``` mono /path/to/fsautocomplete.exe --mode http --port 8973 --hostPID=1652 ``` atm log...
Created - 1 comment - enhancement help wanted
## Description It might be worth considering starting people of right with a BenchmarkDotnet project in the tests folder. This might people thinking early about trying to benchmark particular p...
Created - 1 comment - enhancement help wanted
I took a look around at what needs doing here and noticed that FSharp.AWS.DynamoDB is not at its latest version https://github.com/mbraceproject/MBrace.AWS/blob/master/paket.lock#L15 https://www....
Created - 1 comment - help wanted
I recently switched to NixOs and tried to run NeuralFish today. Below is the Mono stack trace generated when running NeuralFish in interactive Version ``` Xbuild: 14.0 Mono: 4.6.0 Fsharp: 4....
Created - 1 comment - bug help wanted
Displaying issues 1 - 30 of 97 in total