Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ntwilson/SafetyFirst issues and pull requests
#96 - Add zipper computation expressions to allow zipping any number of collections together
Pull Request -
State: closed - Opened by ntwilson 10 months ago
#95 - adds try and use directives in computation expressions
Pull Request -
State: closed - Opened by ntwilson about 2 years ago
#94 - Add missing try functions to the collection modules
Pull Request -
State: closed - Opened by ntwilson about 2 years ago
#93 - fix apostrophe xml docs
Pull Request -
State: closed - Opened by ntwilson about 2 years ago
#92 - Pack the XML docs in the nuget package
Pull Request -
State: closed - Opened by ntwilson about 2 years ago
#91 - Add the readme to the nuget package
Pull Request -
State: closed - Opened by ntwilson about 2 years ago
#90 - add min and max operations for sets
Pull Request -
State: closed - Opened by ntwilson about 2 years ago
#89 - Can't use `use` or `use!` from `option` CE
Issue -
State: closed - Opened by ntwilson almost 3 years ago
#88 - Doc comments broken in .net 6 for `maxBy'` (and other apostrophe?) functions
Issue -
State: closed - Opened by ntwilson about 3 years ago
- 1 comment
#87 - V5.0
Pull Request -
State: closed - Opened by ntwilson over 3 years ago
#86 - Switch to paket?
Issue -
State: open - Opened by ntwilson over 3 years ago
#85 - Switch to the new nuget format
Issue -
State: closed - Opened by ntwilson over 3 years ago
- 1 comment
#84 - Extend the 'result' CE with applicative appending errors instead of taking the first failure
Pull Request -
State: closed - Opened by ntwilson over 3 years ago
- 1 comment
#83 - non empty traverse
Pull Request -
State: closed - Opened by ntwilson over 3 years ago
#82 - initial version of an applicative result CE
Pull Request -
State: closed - Opened by ntwilson over 3 years ago
- 1 comment
#81 - Add an applicative CE for Results that appends errors instead of first failure.
Issue -
State: closed - Opened by ntwilson over 3 years ago
- 2 comments
#80 - fix all the XML comments that don't compile with F#5
Pull Request -
State: closed - Opened by ntwilson over 3 years ago
#79 - Make Traversable instances for NonEmpty collections
Issue -
State: closed - Opened by ntwilson almost 4 years ago
- 1 comment
Labels: v5.0.0
#78 - add functor and semigroup instances for most common NonEmpty collections
Pull Request -
State: closed - Opened by ntwilson almost 4 years ago
#77 - add fsharpx.collections as a dependency and replace the local LazyList with the official version
Pull Request -
State: closed - Opened by ntwilson almost 4 years ago
#76 - Sequence and traverse for Option
Pull Request -
State: closed - Opened by ntwilson almost 4 years ago
#75 - Make NonEmpty collections compatible with F#+
Issue -
State: closed - Opened by ntwilson about 4 years ago
- 2 comments
Labels: thought required
#74 - Result.sequence
Issue -
State: closed - Opened by ntwilson about 4 years ago
Labels: v4.0.2
#73 - Add a Result.sequence function
Pull Request -
State: closed - Opened by ntwilson about 4 years ago
#72 - Update monad intellisense
Pull Request -
State: closed - Opened by mjdupontMEA over 4 years ago
Labels: v4.0.1
#71 - restore a bunch of the functions from the seq module
Pull Request -
State: closed - Opened by ntwilson almost 5 years ago
#70 - V4.0
Pull Request -
State: closed - Opened by ntwilson almost 5 years ago
#69 - InfiniteSeq rework
Issue -
State: closed - Opened by ntwilson over 5 years ago
- 7 comments
Labels: thought required, breaking changes
#68 - Partial monad
Issue -
State: open - Opened by ntwilson over 5 years ago
Labels: thought required
#67 - update FSharpx.Collections
Issue -
State: closed - Opened by ntwilson over 5 years ago
- 1 comment
Labels: v5.0.0
#66 - #33, #34: *[.NonEmpty].init and .replicate, basic Numbers members
Pull Request -
State: open - Opened by cmorley191 over 5 years ago
#65 - alias Seq.toArray/toList/toFSeq
Issue -
State: open - Opened by ntwilson over 5 years ago
#64 - maxBy and minBy for duplicate values
Issue -
State: open - Opened by kaftand over 5 years ago
- 1 comment
Labels: thought required
#63 - adds distinct and distinctBy to all of the NonEmpty modules
Pull Request -
State: closed - Opened by ntwilson over 5 years ago
#62 - FSeq.transpose and transpose' should take an FSeq as input
Issue -
State: open - Opened by ntwilson over 5 years ago
Labels: breaking changes
#61 - NonEmpty_.distinct and NonEmpty_.distinctBy
Issue -
State: closed - Opened by ntwilson over 5 years ago
- 1 comment
#60 - Seq.NonEmpty.allPairs
Issue -
State: open - Opened by ntwilson over 5 years ago
#59 - nonempty.take with a PositiveInt could return a NonEmpty
Issue -
State: closed - Opened by ntwilson over 5 years ago
- 2 comments
#58 - FSeq/List/Array.NonEmpty.scanBack
Issue -
State: open - Opened by ntwilson over 5 years ago
#57 - FSeq/List/Array.NonEmpty.permute
Issue -
State: open - Opened by ntwilson over 5 years ago
#56 - chunksOf could return NonEmpty sequences
Issue -
State: closed - Opened by ntwilson over 5 years ago
- 1 comment
Labels: thought required, breaking changes
#55 - FSeq[.NonEmpty].unzip
Issue -
State: open - Opened by cmorley191 over 5 years ago
#54 - multi collection functions (map2, zip2, others?) when one is finite and the other infinite
Issue -
State: closed - Opened by ntwilson over 5 years ago
- 1 comment
#53 - Make list and array inherit FSeq
Issue -
State: closed - Opened by cmorley191 over 5 years ago
- 1 comment
#52 - NonEmpty Uncons pattern
Issue -
State: open - Opened by cmorley191 over 5 years ago
- 1 comment
#51 - Make concrete C# enumerable types extend FSeq where appropriate
Issue -
State: closed - Opened by cmorley191 over 5 years ago
- 1 comment
#50 - All functions from the Seq module that diverge for infinite inputs we…
Pull Request -
State: closed - Opened by ntwilson over 5 years ago
#49 - add tests for the List.transpose' function
Pull Request -
State: closed - Opened by ntwilson over 5 years ago
#48 - V3.0
Pull Request -
State: closed - Opened by ntwilson over 5 years ago
#47 - collect always evaluates the entire sequence
Issue -
State: closed - Opened by ntwilson over 6 years ago
- 1 comment
#46 - Result.ExpectError
Issue -
State: open - Opened by cmorley191 over 5 years ago
#45 - NonEmpty from C#
Issue -
State: open - Opened by ntwilson almost 6 years ago
- 4 comments
Labels: thought required
#44 - *.groupBy'
Issue -
State: closed - Opened by cmorley191 almost 6 years ago
- 1 comment
#43 - Adds conversion functions for numeric types
Pull Request -
State: closed - Opened by ntwilson almost 6 years ago
#42 - updates the .nuspec file
Pull Request -
State: closed - Opened by ntwilson almost 6 years ago
#41 - [List/Array/Seq].padTo method
Issue -
State: open - Opened by cmorley191 almost 6 years ago
- 6 comments
Labels: thought required
#40 - `NonEmpty.append` and other NonEmpty functions of two collections
Issue -
State: closed - Opened by ntwilson almost 6 years ago
- 1 comment
Labels: breaking changes
#39 - adds a Set.NonEmpty module (plus a function in all of the other NonE…
Pull Request -
State: closed - Opened by ntwilson almost 6 years ago
#38 - Overloads for NonEmpty append
Issue -
State: closed - Opened by ntwilson almost 6 years ago
- 2 comments
Labels: duplicate
#37 - adds a function to the infinite seq module
Pull Request -
State: closed - Opened by ntwilson almost 6 years ago
#36 - NonEmpty.assume
Issue -
State: closed - Opened by ntwilson almost 6 years ago
- 1 comment
#35 - InfiniteSeq.choose: ('a -> 'b option) -> InfiniteSeq<'a> -> InfiniteSeq<'b>
Issue -
State: closed - Opened by ntwilson almost 6 years ago
#34 - Inline Numbers unwrapper
Issue -
State: open - Opened by cmorley191 almost 6 years ago
- 1 comment
#33 - *.NonEmpty.Replicate
Issue -
State: open - Opened by cmorley191 almost 6 years ago
- 4 comments
#32 - *.NonEmpty.collect
Issue -
State: closed - Opened by cmorley191 almost 6 years ago
- 1 comment
#31 - Map.NonEmpty module
Issue -
State: closed - Opened by ntwilson almost 6 years ago
- 1 comment
Labels: wontfix
#30 - Set.NonEmpty module
Issue -
State: closed - Opened by ntwilson almost 6 years ago
- 1 comment
#29 - adds an average function for all the non-empty collection modules
Pull Request -
State: closed - Opened by ntwilson almost 6 years ago
#28 - Merge SafetyFirst, OptionExt, and ResultDotNet?
Issue -
State: closed - Opened by ntwilson almost 6 years ago
- 1 comment
Labels: thought required, breaking changes
#27 - Converters (`int`, `byte`, `int64`, etc.)
Issue -
State: closed - Opened by ntwilson almost 6 years ago
- 8 comments
Labels: breaking changes
#26 - new functions for String.split & String.splitNoEmptyEntries plus patt…
Pull Request -
State: closed - Opened by ntwilson almost 6 years ago
#25 - split that omits the split element?
Issue -
State: closed - Opened by ntwilson almost 6 years ago
- 1 comment
Labels: wontfix
#24 - String.split using NonEmptySeq
Issue -
State: open - Opened by ntwilson almost 6 years ago
#23 - Split overhaul
Pull Request -
State: closed - Opened by ntwilson almost 6 years ago
#22 - Functions for creating and working with Dictionaries
Pull Request -
State: closed - Opened by ntwilson almost 6 years ago
#21 - More functions for creating/converting to NonEmpty sequences.
Pull Request -
State: closed - Opened by ntwilson almost 6 years ago
#20 - Generic non empty seq
Pull Request -
State: closed - Opened by ntwilson almost 6 years ago
#19 - add in min, max, minBy, and maxBy functionality
Pull Request -
State: closed - Opened by ntwilson about 6 years ago
#18 - Paket
Pull Request -
State: closed - Opened by ntwilson about 6 years ago
#17 - Travis
Pull Request -
State: closed - Opened by ntwilson about 6 years ago
#16 - min/max for NonEmptySeq
Issue -
State: closed - Opened by ntwilson over 6 years ago
- 4 comments
#15 - fseq computation expression
Issue -
State: closed - Opened by ntwilson over 6 years ago
Labels: wontfix
#14 - Map.ofList' that checks for duplicates
Issue -
State: closed - Opened by ntwilson over 6 years ago
#13 - FSeq.empty
Issue -
State: closed - Opened by ntwilson over 6 years ago
#12 - FSeq.choose
Issue -
State: closed - Opened by ntwilson over 6 years ago
#11 - ZipSafe to make sure sequences are same length
Issue -
State: closed - Opened by ntwilson over 6 years ago
#10 - C# version of Uncons
Issue -
State: closed - Opened by ntwilson over 6 years ago
- 1 comment
#9 - Manage System.ValueTuple version
Issue -
State: closed - Opened by ntwilson over 6 years ago
- 1 comment
#8 - Split/SplitPairwise
Issue -
State: closed - Opened by ntwilson over 6 years ago
#7 - Fix XML comments without <summary>
Issue -
State: closed - Opened by ntwilson over 6 years ago
#6 - Array/List.forall2
Issue -
State: closed - Opened by ntwilson over 6 years ago
#5 - `Find'` for IDictionary
Issue -
State: closed - Opened by ntwilson over 6 years ago
- 1 comment
#4 - Update FSharp.Core
Issue -
State: closed - Opened by ntwilson over 6 years ago
- 2 comments
Labels: breaking changes
#3 - hide unsafe functions
Issue -
State: closed - Opened by ntwilson over 6 years ago
- 2 comments
#2 - Parsers
Issue -
State: closed - Opened by ntwilson over 6 years ago
- 1 comment
Labels: wontfix
#1 - C# interop
Issue -
State: closed - Opened by ntwilson over 6 years ago