Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mewssystems/funcsharp issues and pull requests

#71 - Better support for exception tries.

Pull Request - State: closed - Opened by siroky about 4 years ago

#70 - Potential new data types

Issue - State: open - Opened by siroky about 4 years ago

#69 - Validation data type

Issue - State: open - Opened by siroky about 4 years ago

#68 - Flatten Product of collections to single collection

Issue - State: open - Opened by siroky about 4 years ago

#67 - Map Product values

Issue - State: open - Opened by siroky about 4 years ago

#66 - Partition collection of coproducts into Product of collections

Issue - State: open - Opened by siroky about 4 years ago

#65 - DataLookup like a DataCube with collection values

Issue - State: open - Opened by siroky about 4 years ago

#64 - AggregateExceptions instead of collections in tries

Issue - State: closed - Opened by siroky about 4 years ago

#63 - Strongly typed tries with specific exception types

Issue - State: closed - Opened by siroky about 4 years ago

#62 - Update readme.md

Pull Request - State: closed - Opened by bares43 almost 5 years ago - 1 comment

#61 - Try overhaul and implicits

Pull Request - State: closed - Opened by siroky about 5 years ago - 1 comment

#60 - Interface deletion

Pull Request - State: closed - Opened by siroky about 5 years ago

#59 - Fixed XML comment

Pull Request - State: closed - Opened by VaclavKucera over 5 years ago

#58 - Disallow match with nullable actions on coproduct

Issue - State: open - Opened by vitasamek over 5 years ago

#57 - Fixed parsing of numbers that are not defined in enum

Pull Request - State: closed - Opened by KaliCZ almost 6 years ago

#56 - Enum parsing now fails on numbers disguised as strings

Pull Request - State: closed - Opened by KaliCZ almost 6 years ago

#55 - Exception stack trace kept in Try.Get()

Pull Request - State: closed - Opened by starychfojtu almost 6 years ago

#54 - ITry removed - proposal/proof of concept

Pull Request - State: closed - Opened by starychfojtu almost 6 years ago

#53 - Boolean.ToTry

Pull Request - State: closed - Opened by KaliCZ almost 6 years ago

#52 - ToTry with Generic error result.

Pull Request - State: closed - Opened by KaliCZ almost 6 years ago

#51 - Fix for Create that respects exception type

Pull Request - State: closed - Opened by KaliCZ about 6 years ago

#50 - Try.Aggregate with collection

Pull Request - State: closed - Opened by KaliCZ over 6 years ago - 1 comment

#49 - Void Match for booleans added

Pull Request - State: closed - Opened by KaliCZ over 6 years ago - 1 comment

#48 - General ITry aggregation

Pull Request - State: closed - Opened by starychfojtu over 6 years ago - 1 comment

#47 - IOption ToTry extension

Pull Request - State: closed - Opened by KaliCZ over 6 years ago

#46 - Delete .travis.yml

Pull Request - State: closed - Opened by siroky over 6 years ago

#45 - Value based match made type safe

Pull Request - State: closed - Opened by starychfojtu over 6 years ago

#44 - .net Core support

Pull Request - State: closed - Opened by jirihelmich over 6 years ago - 6 comments

#43 - Upgraded .csproj files to Visual Studio 2017 format

Pull Request - State: closed - Opened by eraydin over 6 years ago - 1 comment

#42 - Match

Issue - State: closed - Opened by siroky about 8 years ago

#41 - Try.Recover

Issue - State: closed - Opened by siroky about 8 years ago

#40 - Try from lambda

Issue - State: closed - Opened by siroky about 8 years ago

#39 - [PR] Update IOption.cs

Pull Request - State: closed - Opened by ondrahermanek over 8 years ago

#38 - Option.ToTry

Issue - State: closed - Opened by siroky over 8 years ago

#37 - AsCoproduct by values

Issue - State: closed - Opened by siroky over 8 years ago

#36 - DataCube constructors

Issue - State: closed - Opened by siroky over 8 years ago

#35 - Collection.SingleOption();

Issue - State: closed - Opened by jirihelmich over 8 years ago

#34 - String.ToNonEmptyOption()

Issue - State: closed - Opened by siroky over 8 years ago

#33 - DataCube.SetOrElse

Issue - State: closed - Opened by siroky over 8 years ago

#32 - Implicit conversions from a coproduct subtype to a coproduct

Pull Request - State: closed - Opened by edc25 almost 9 years ago - 2 comments

#31 - Get for readonly dictionaries

Pull Request - State: closed - Opened by edc25 almost 9 years ago - 4 comments

#30 - Flatten option of enumerable

Issue - State: closed - Opened by siroky almost 9 years ago

#29 - Option of nullable

Issue - State: closed - Opened by siroky about 9 years ago

#28 - Shortcut for Where(i => i.NonEmpty).Select(i => i.Get())

Issue - State: closed - Opened by jirihelmich about 9 years ago - 1 comment

#27 - Dictionary.Get

Issue - State: closed - Opened by siroky about 9 years ago - 1 comment

#26 - Option.Where

Issue - State: closed - Opened by siroky about 9 years ago

#25 - DataCube.ToDictionary

Issue - State: closed - Opened by siroky about 9 years ago

#24 - Relation.AddRange

Issue - State: closed - Opened by siroky about 9 years ago

#23 - DataCube.SelectMany

Issue - State: closed - Opened by siroky about 9 years ago

#22 - Ordering.Union for IEnumerable

Issue - State: closed - Opened by ondrahermanek about 9 years ago - 1 comment

#21 - Update Readme.md

Pull Request - State: closed - Opened by eraydin about 9 years ago - 1 comment

#20 - Custom coproducts

Issue - State: closed - Opened by siroky about 9 years ago

#19 - Disable option mapping to nullable.

Issue - State: closed - Opened by siroky about 9 years ago

#18 - Sum -> Coproduct

Issue - State: closed - Opened by siroky about 9 years ago

#17 - Generic SumValue

Issue - State: closed - Opened by siroky about 9 years ago

#16 - Restrict Sum.PartialMatch to actions and rename to Match

Issue - State: closed - Opened by siroky about 9 years ago

#15 - Product.Match (general recursor for ADTs)

Issue - State: closed - Opened by siroky about 9 years ago

#14 - DataCube should become IEnumerable

Issue - State: closed - Opened by siroky about 9 years ago - 1 comment

#13 - DataCube transform to multiple positions

Issue - State: closed - Opened by siroky about 9 years ago

#12 - Dictionary extensions

Issue - State: closed - Opened by siroky about 9 years ago

#11 - Relation based on DataCube<TPosition, Unit>

Issue - State: closed - Opened by siroky about 9 years ago

#10 - Type casting returning an option

Issue - State: closed - Opened by siroky about 9 years ago

#9 - FirstOption, LastOption

Issue - State: closed - Opened by siroky about 9 years ago

#8 - Either with common supertype

Issue - State: closed - Opened by siroky almost 10 years ago - 1 comment

#7 - Parsing string to Option

Issue - State: closed - Opened by siroky about 10 years ago

#6 - Object to type-match sum

Issue - State: closed - Opened by siroky about 10 years ago

#5 - Nothing

Issue - State: closed - Opened by siroky about 10 years ago

#4 - Match

Issue - State: closed - Opened by siroky about 10 years ago

#3 - Either

Issue - State: closed - Opened by siroky about 10 years ago - 1 comment

#2 - Function Extensions

Issue - State: closed - Opened by siroky about 10 years ago

#1 - Sum Type

Issue - State: closed - Opened by siroky about 10 years ago