OlegAlexander

Results 10 issues of OlegAlexander

Hello and thank you for creating F#+! I'd like to propose adding juxtapose functions to the Operators module. These functions are defined as follows: ```fsharp let juxt2 f g x...

enhancement
RFC

In Python, the Random object can be restored with getstate() and setstate(). This is very useful for serializing and deserializing the random object itself. It can be used to save...

This is my work in progress. Please let me know if I'm on the right track. If I am, I'll add the missing functions to Array, Seq, etc. Thank you.

### Description The functions `map2`, `map3`, and `mapi2` are missing. There may be others--I'll look more carefully this weekend! Thank you.

### Description Please consider adding a completely generic `.pipe` method to simulate `|>`. For example: ```fsharp open FSharp.Core.Fluent open System.Runtime.CompilerServices [] type FluentExtensions = [] static member inline pipe(x, []f)...

Hello. I would like to revive the discussion about Callable type aliases. The original discussion is [here](https://github.com/python/mypy/issues/1641), and the related discussion about `@declared_type` is [here](https://github.com/python/mypy/issues/2087) and [here](https://github.com/python/mypy/pull/3291). The original thread...

topic: feature

Hello and thank you for creating hspec! As a new user of hspec, I noticed that the second example test doesn't have a `do` at the end. I know the...

Hello and thank you for creating ghcid! I want to report an installation error on Windows. I may follow the directions to use MinGW, but I don't believe that should...

Hello and thank you for creating SharpCV. Could you please provide a few F# examples in the readme? Because I'm having trouble getting SharpCV to work in F#. Thank you!

Hello and thank you for creating this library! Could you please add matplotlib installation instructions on Windows? I have matplotlib installed under Python but matplotlib-haskell is not seeing it. Thank...