Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typelevel/fs2

Compositional, streaming I/O library for Scala
https://github.com/typelevel/fs2

Defer stream evaluation using `append`.

51c44b907efa2e544d49d451937e1c150c6750fb authored over 4 years ago
`cats.Defer` laws check.

b1af3f2133332e1d8341b62762823edf29cf2671 authored over 4 years ago
`cats.Defer` instance for `Stream`.

5fe029cf2ea457310bab012e111760710f74ffa4 authored over 4 years ago
Merge pull request #1934 from scala-steward/update/sbt-scalajs-1.1.1

Update sbt-scalajs, scalajs-compiler to 1.1.1

e02a9e4c273fe0d3f976e98869c288bef035ecd1 authored over 4 years ago
Merge pull request #1932 from rossabaker/f-unit

Replace F.pure(()) calls with F.unit

ab601dbacda01a96494135607855037675601884 authored over 4 years ago
Merge pull request #1933 from vasilmkd/eval-map-filter

Add evalMapFilter combinator

848a4ade5d1551e2c6f79764b77afc8b4e79248c authored over 4 years ago
Update sbt-scalajs, scalajs-compiler to 1.1.1

f644e3039de7fbbcfed79d2ad57f23364bc15ad7 authored over 4 years ago
Add missing example imports

c7cedb8c2eef38088a5e348ac9f508d37aa094fe authored over 4 years ago
Add evalMapFilter combinator

7ab52cf1c9f82184a57fb0e7663d11ed01a19570 authored over 4 years ago
Replace F.pure(()) calls with F.unit

2aa2f8304204d3b6dc2618aedf780a2840ccf0bf authored over 4 years ago
Increase memory leak limit to avoid spurious test failures

821e68de174fcf70a2291b0a0e73cb2aa926c3a2 authored over 4 years ago
Merge pull request #1924 from scala-steward/update/sbt-mdoc-2.2.3

Update sbt-mdoc to 2.2.3

8958896f5d39b2360b5e447f91b463d0930132b4 authored over 4 years ago
Merge pull request #1927 from scala-steward/update/sbt-1.3.13

Update sbt to 1.3.13

7b91884a7ce6749a44abe892f4b21b4d2106f5b5 authored over 4 years ago
Merge pull request #1930 from mpilquist/topic/kind-projector-dotty

Convert kind projector usage to be compatible with Dotty

866b6642d359c7bec27448301138df5f5fa58143 authored over 4 years ago
Convert kind projector usage to be compatible with Dotty

cc393aeed9a6679b542cd03a1fdb57bceb1c4ac4 authored over 4 years ago
Add Stream#unitary for converting a Stream[F, Nothing] to Stream[F, Unit]

d260921476365680639e2fc48bca6fd6282cf760 authored over 4 years ago
Merge pull request #1929 from ChristopherDavenport/patch-2

Remove toBytes intermediate

80b90a6536ffdbe6e9087ae77844586d9eaa3bee authored over 4 years ago
Remove toBytes intermediate

2e388b65e236ad0313e6b3a556950e121cc7fcbd authored over 4 years ago
Merge pull request #1926 from daddykotex/blog-post

Add documentation links to a blog post

f6aec1542c28b1bf7caac76506293caec62b6634 authored over 4 years ago
Update sbt to 1.3.13

2df861d8bc97c923ea091b8f56c7bbec3df3573e authored over 4 years ago
Add documentation links to a blog post

aed3bf6aad6545014b167f1fb9537bf8880db18b authored over 4 years ago
Update Sink deprecation message to recommend foreach

65487b43603901c35941898e6d828e36907fdc59 authored over 4 years ago
Update sbt-mdoc to 2.2.3

f27b609a6ebed34ebf771d6e69189328a7ce34ed authored over 4 years ago
Merge pull request #1922 from functional-streams-for-scala/freec_flatmap_output

Stream / FreeC: move the Stream-flatmap logic to FreeC.

7b4328f02684df1f1709fa53a45d150fddedbe4d authored over 4 years ago
Stream / FreeC: move the Stream-flatmap logic to FreeC.

We move the main logic of `Stream.flatMap` to the `FreeC` object, with
the name `flatMapOutput`....

a57276c73059469cc138d0e3eec02acafe1e0460 authored over 4 years ago
Merge pull request #1923 from diesalbla/FreeC_use_interruption

FreeC: use the Result.Interrupted a bit about.

c441c306fe1baa6ab0dab69d52ec60c629caa106 authored over 4 years ago
FreeC: use the Result.Interrupted a bit about.

There are several places in the code in which we use pairs of elements
that are just the compone...

a69facd61f43a8c1567e0453502c40d345f00290 authored over 4 years ago
Merge pull request #1919 from diesalbla/compile_R_covariant

FreeC - Small change: make inner R ADT covariant.

7844297b236c7e666c48789245b49ee3574549be authored over 4 years ago
Merge pull request #1921 from scala-steward/update/sbt-github-actions-0.8.0

Update sbt-github-actions to 0.8.0

a4378b0bd0764684eff5c7fa338fa57552215c41 authored over 4 years ago
Update sbt-github-actions to 0.8.0

5ccb9b791f7359128541100b0018248c0472847b authored over 4 years ago
FreeC / Compile / R ADT: make the parameter covariant.

We make that parameter covariant and remove it from the two classes
without output.

3fd99f99bf3abee7f02f00dd30c688be4e073051 authored over 4 years ago
Rename evalAction to exec

c7261077fcc62f4284f666b13f428697e17d7ef7 authored over 4 years ago
Merge pull request #1905 from tmccarthy/arrayseq-chunk-support

Chunk support for ArraySeq

6f215b7df3680f19514dfc77aa8faf18f5a14fa2 authored over 4 years ago
Merge pull request #1914 from diesalbla/freec_unify_translate

Small cleanup in FreeC: merge translate, translate0

23855897be244494d2be9d678bc4efdabb74fbc2 authored over 4 years ago
Merge pull request #1915 from diesalbla/merge_compile_loop

FreeC: merge compile and compileLoop methods.

d5003e5ef412a70671b6dce8a82221d5651b7c8f authored over 4 years ago
Merge pull request #1916 from diesalbla/fix_on_1912

Fix: redundant cast, forgotten in #1912,

34f3f50565163a58b10ad1dcc680919a3a66b220 authored over 4 years ago
Merge pull request #1917 from susuro/patch-1

Add information about FS2-based library

41cc41c412388d6639fa8742c9b37e72991d04b4 authored over 4 years ago
Add information about FS2-based library

I've recently published a CSV parser based on FS2 and I would be grateful for the possibility to...

e802885b5b734486f32dd0479f4277a0fe46c6ee authored over 4 years ago
Fix: redundant cast, forgotten in #1912,

b4951665079b1fe7ced82a6562bebc571e537d37 authored over 4 years ago
FreeC: merge compile and compileLoop methods.

The `FreeC` compile logic was split in two top-level methods:
`compileLoop` deals with iterating...

496f9b5fa28a2cea5325fa57ae86c5eca256fa96 authored over 4 years ago
FreeC: merge translate, translate0 definitions

translate0 is only used in the translate method, so no need to keep it
separate. This removes an...

a784f90d5055ef0ad8eacce1dc8075513b20a9a0 authored over 4 years ago
Split CI workflow up in to individual steps

b3ea6df79561f2218d586e638efccb8fb8148913 authored over 4 years ago
Split CI workflow up in to individual steps

3e2c9fb5670d885604a65afa69f4508db23edd44 authored over 4 years ago
Merge pull request #1912 from diesalbla/interrupted_no_typeparam

FreeC.Result.Interrupted: remove unused type parameter.

71dd8aa24e71e2698c1dbfbcda8565d7c8dc68db authored over 4 years ago
Fix visibility of ChunkPlatform traits

97432405e6115bd4b3539d127985822facee0ab3 authored over 4 years ago
Fix deprecation in MemoryLeakTests

1a946ad268167504d1bbc0ace719a557213be0bb authored over 4 years ago
Changed existing sinks to emit Nothing

57cad5f78e61ac2025f617d67d61902af3c96fa9 authored over 4 years ago
FreeC.Result.Interrupted: remove unused type parameter.

The Interrupted class is explicitly expected, at some point, to have a
Token that identifies the...

543665f27f60fc3d329c7f2af40950e422099fe5 authored over 4 years ago
Merge pull request #1908 from scala-steward/update/sbt-sonatype-3.9.3

Update sbt-sonatype to 3.9.3

779760789cbe7ceacee40b14541cf55925b65731 authored over 4 years ago
Merge pull request #1907 from scala-steward/update/scalafmt-core-2.6.1

Update scalafmt-core to 2.6.1

694d410dc77f412628c47fb8890f3a7fd715d811 authored over 4 years ago
Merge pull request #1906 from scala-steward/update/scalacheck-1-14-3.2.0.0

Update scalacheck-1-14 to 3.2.0.0

2c6940fe080ac6d6d184d1c6a88b5967990253d4 authored over 4 years ago
Merge pull request #1904 from scala-steward/update/scodec-bits-1.1.17

Update scodec-bits to 1.1.17

6b67fc8accc4be2c67322546e5546a4cfffce905 authored over 4 years ago
Merge pull request #1911 from kamilkloch/patch-1

Fix typo...

b2a9fa11ac5a5b74f04a268054c375298d46a077 authored over 4 years ago
Fix typo.

48681c81d5ec2d292ca9103217b4a36ac21ef12b authored over 4 years ago
Re-work the platform-dependent Chunk factories

357b07d125f421b7e44122a7f22860b0c45f6deb authored over 4 years ago
Merge pull request #1910 from kamilkloch/patch-1

Update s.as[O2] documentation.

6cd7e251ace02e95f6628910ad34a6f016752688 authored over 4 years ago
Update s.as[O2] documentation.

See #1909.

a158cc8f01cd2a275a2c18ffb8564296d6da9f28 authored over 4 years ago
Update sbt-sonatype to 3.9.3

1f8a2d523e4e67b8cc8bc80cbe157b09436ac322 authored over 4 years ago
Update scalafmt-core to 2.6.1

da5c35446b94708b1bc6f5ab3640e3dcc5492bc4 authored over 4 years ago
Update scalacheck-1-14 to 3.2.0.0

cc591e6c2a23609757ff571b3da7b0ba9208e235 authored over 4 years ago
Scalafmt

3e9195c7ea7ed9e9bf48da32bc157edef3529e11 authored over 4 years ago
Update scodec-bits to 1.1.17

1999199375813e61f3a3c4a4c122bb9a9210f001 authored over 4 years ago
Add Chunk.arraySeq methods for mutable and immutable ArraySeq

3afd549098c79fb0c49d0820c15974b82ceac936 authored over 4 years ago
Add Chunk.toArraySeq

3c525df5a29922dad24dc9d15af584f4b81976ee authored over 4 years ago
Merge pull request #1903 from scala-steward/update/scalafmt-core-2.6.0

Update scalafmt-core to 2.6.0

2f2cf9694d5186c198b9ec3ad35990c6a446c2fa authored over 4 years ago
Scalafmt

329af75968156f2a1e2f78060dd9ddbc96a9d9f9 authored over 4 years ago
Update scalafmt-core to 2.6.0

ccbfe11f4709518daf04eabca300b5555a5888ca authored over 4 years ago
Merge pull request #1902 from scala-steward/update/sbt-github-actions-0.7.0

Update sbt-github-actions to 0.7.0

f8e08ffc1a4061d9ed12db4de7d27395c1c123c1 authored over 4 years ago
Merge pull request #1900 from diesalbla/unify_freec_algebra_files

Internals: merge files `FreeC` and `Algebra`.

9fbc3c8fb88bfd31d6a0088df0f3b0969d2eca2c authored over 4 years ago
Fix build due to upgrade

a7d7aa500cbbbe20e530e5dda523f9ac8222a41a authored over 4 years ago
Update sbt-github-actions to 0.7.0

51a475f9d81e068cdc608fc35eaa9dfad38c7d88 authored over 4 years ago
Merge pull request #1901 from bedux/circular-buffer-none-terminated

Add Queue.circularBufferNoneTerminated

96e20dda096629ebddd06b4a18fe0f001365a0d4 authored over 4 years ago
Merge pull request #1899 from tmccarthy/arrayseq-collector-support

Collector support for ArraySeq

86dbc3c6299daab8cc583e49a7d9176d6199ddc7 authored over 4 years ago
Remove Travis config

0f66d4ba8de6d612d3188b19949218be651bbc14 authored over 4 years ago
Warn on signing failure if this is a SNAPSHOT build

b3d8f0229ef5bdf219d9d9a09d6c5bb2c68cbfe9 authored over 4 years ago
Update workflow

a57d87137a0a5ada0c907f08278f366d0539dd27 authored over 4 years ago
Enable publication from main branch

ea16b552d019180cbdbfa4609e0efdfaec6b329b authored over 4 years ago
Add Queue.circularBufferNoneTerminated

4afaf103e7c9c7b6be2a2a8325dbce8c9bec6f29 authored over 4 years ago
Disable mima on microsite

53170e4369b3b1f13226f57cd921a8d7668126b4 authored over 4 years ago
Include site in root project to ensure a target directory is generated during CI builds

c973bdacd91ae1d69f870bc2c05fae69ea21aab0 authored over 4 years ago
Update workflow

6a7f2af1aa4c29ab7515f90011ca7c62e4b660de authored over 4 years ago
Remove old docs project (consider moving readme example to microsite)

dd3e90ae17e7bbb644f1e0e5803b050a2abdac1a authored over 4 years ago
Workflow update

d0a6ba78c99ada069c1a0778c0b317311ddb04f7 authored over 4 years ago
Workflow update

0cec10360ac88ee29a70db3b1268a7ff5e5d1207 authored over 4 years ago
Workflow update

caf584266429c8c71858f26bf3678bc2055fbabb authored over 4 years ago
Added initial CI build using sbt-github-actions

5ed32d192a023447992e5bcd37e4f5a1c1959420 authored over 4 years ago
Undo some of the small renamings.

- Remove Algebra as an alias of Free, just change all calls.
- Keep Eval for what is referred to...

122325bcc1abf33820c4ae8628e644136db2ed26 authored over 4 years ago
Join and merge files of `FreeC` and `Algebra`.

As part of the work towards the simplifed model of `fs3`, we unify the
files and objects `FreeC`...

9dcfbcf0d56c935668ea03182d109f58f69336a5 authored over 4 years ago
Replace references to master branch with main branch

3f76db3e36d3902fd161bdd77ed1668515533708 authored over 4 years ago
Add note on how to build a collector for untagged ArraySeq

ab60539761f9a2d7ab5fbaa93421d7562d7c9878 authored over 4 years ago
Merge pull request #1895 from scala-steward/update/sbt-mdoc-2.2.2

Update sbt-mdoc to 2.2.2

9d5175665f1160352f571822e1adb25734be8330 authored over 4 years ago
Merge pull request #1891 from scala-steward/update/sbt-scalafix-0.9.17

Update sbt-scalafix to 0.9.17

51e7a6da9a5a184939b5d6b0134a0e960801375f authored over 4 years ago
Format CollectorPlatform.scala

61c33d2eb7bd5943aeb5fa1a10006dad742c7dc5 authored over 4 years ago
Add collector support for tagged ArraySeqs

fc764c7d6f712335c7f571a49682e1a3dc36bc6f authored over 4 years ago
Setting version to 2.5.0-SNAPSHOT

0016af8ad2b4df8aa20312d594821539f6ea37e2 authored over 4 years ago
Setting version to 2.4.2

242c3b0c53df5d7830e7043d53cfe8f11ff44e61 authored over 4 years ago
Merge pull request #1898 from functional-streams-for-scala/topic/tls-socket-read-size

Improve efficiency of network reads in TLSEngine

37baaf4be5fb0a5477456558584efe75177c2c1a authored over 4 years ago
Improve efficiency of network reads in TLSEngine

bff641fb10243ff3cf74c80c1a46d38a4475751f authored over 4 years ago
Merge pull request #1897 from functional-streams-for-scala/topic/tls-session-validity

TLS handshaking issues with Postgres

92991bfc3faf439c984025fcfc3e3671d8aa4627 authored over 4 years ago
Add mima overrides

d160420419b4a6fff6418af68bc943dffdc0c530 authored over 4 years ago