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

Changed rechunkRandomly-with-large-ending-chunk test bounds to adhere to

the contract correctly

916e836981a49164b52a7afcbcd294a69140d697 authored over 1 year ago
Fix ChunkAsSeq.hashCode

14c704ff60af17a07de813346955727d2a8d81eb authored over 1 year ago
Optimize Chunk.Queue concat

3d1cf39f4087b7748c3278b2c28a1dbf27415f07 authored over 1 year ago
Add comments for JavaListChunk

9050e92f2b4017aea1a5679a79f2ff0bef78f5ca authored over 1 year ago
Deprecate specific collection Chunk factories in favour of Chunk.from

c197ef965fc31029069635f9d6bedc3078508da1 authored over 1 year ago
Fix ChunkAsSeq.equals

d364324bfe479c54124a78ea822775f84fc12ccf authored over 1 year ago
Implement ChunkAsSeq.hashCode

ce90f9b6d7b88cc00239ce4264fd7095f89d0909 authored over 1 year ago
Optimize Chunk.Queue append and prepend

5d8caf17a1224e1e5d3b99c3ab10c7de9986573b authored over 1 year ago
Improve Chunk.contains

Co-authored-by: Sergey Torgashov <[email protected]>

37bdb0589da92cf4e2be3e196e4d26e881242f65 authored over 1 year ago
Make asSeq return an IndexedSeq

d56090fa8627c79beccb5f514c1050802d162d51 authored over 1 year ago
Optimize `fs2.text.{chars2string,string2char}`

1313576558625211961cfc3da5676d3fcec904f6 authored over 1 year ago
Renamed the large-ending-chunk test to not have redundant prefix

Co-authored-by: Arman Bilge <[email protected]>

d10da7b1bd4807305d6d3bea6febdbbc33401516 authored over 1 year ago
Moved rechunking with large ending chunk test to the combinator suite

b46a9ae9cd10e54e0646a4c19800b33f34e9cbac authored over 1 year ago
Fixes https://github.com/typelevel/fs2/issues/3276

7bddd0793371ca0c3869601392f165c7fc4486b5 authored over 1 year ago
Reproduction for https://github.com/typelevel/fs2/issues/3276

e5a55108e409bd777f1718d4e3e2a5512a39ea83 authored over 1 year ago
Merge branch 'main' into chunk-as-seq

ce983e1612ab3081284f343f55aa34e56471c9d2 authored over 1 year ago
Chunk.asSeq (Scala 2.12)

f85a50db1ef0ebbd87c9876869197da0837ad04b authored over 1 year ago
Move most of ChunkAsSeq code to the shared sources

5f0c1f7076a854f2a66e3d338ddbb4b8d60346e6 authored over 1 year ago
Chunk.asSeq (Scala 3)

063c730f647b13c2aaf38c4d115e2ed00bd39b27 authored over 1 year ago
Chunk.asSeq (Scala 2.13)

3b3c63b7c03f0de6bb89ff504ff12f43d2f0907b authored over 1 year ago
Optimize Chunk.asSeq to return an immutable ArraySeq in the ArraySlice case (2.13)

4ab85a13155c774d3190d5db105e0a0e20f6ea6e authored over 1 year ago
Add JavaListChunk

803d72de90c4dfb6426f2f402843f51844a0ad65 authored over 1 year ago
Optimize Chunk.asSeq to return the underlying Seq in the immutable.IndexedSeq case (2.13)

883e59e2af494438a2d8b181acb295d687e2bd1d authored over 1 year ago
Add Chunk.javaList to create chunks from Java lists (unwraps ChunkAsJavaList)

76e808716e34eeb14c7a6a5a892d5e71d754d1e4 authored over 1 year ago
Make ChunkAsJavaList implement RandomAccess

2041c746cc5d0ce36ebc3b2dc027a0e18eb206de authored over 1 year ago
Override more operations in ChunkAsJavaList

dff0e3917f5dd97bd3bce8017f7720cad3b90e2c authored over 1 year ago
Add Chunk.asJava

a41ce44e22828abd2fb7e75045b31807e7a45f65 authored over 1 year ago
Revert .sbtops

dcab4c88e786820fbdeb86636afd2b7bef84ed14 authored over 1 year ago
Override ChunkAsSeq.iterableFactory (2.13+)

66256a8a68b609a43b78c9f7c00990f60caa90d5 authored over 1 year ago
Make ChunkAsSeq.toString more explicit

923db996be89f73b1a48d26cab8c092d8ce32023 authored over 1 year ago
Be more explicit on the asSeq scaladoc

1f439f725ce7fb7a37b2ddb39823f0e81ce4984b authored over 1 year ago
Override new methods on Foldable[Chunk]

d60a3a36bfbfe22298a13276d73f9e7a859eeee0 authored over 1 year ago
Fix Chunk.contains to use Eq

bc2f3ab1a6e64308ce3e7a7d0a287a0dc3424795 authored over 1 year ago
Merge pull request #3275 from typelevel/update/cats-core-2.10.0

Update cats-core, cats-laws to 2.10.0

5dbe235e5a4e763251f94c3880a75ba20915edbb authored over 1 year ago
Update cats-core, cats-laws to 2.10.0

24fb91104f778029d5d5b36465909524947f5816 authored over 1 year ago
Allow to unwrap a ChunkAsSeq

9ad6aeee9cbf4aba024951f82d6bf70ffd23e942 authored over 1 year ago
Add a couple of missing methods on Chunk

44b2c405f0388934dfdcb6efb78600bdd72bc5f4 authored over 1 year ago
Override reverseIterator on ChunkAsSeq

f10eefc1ccb745610130cf0df341d6564a08315d authored over 1 year ago
Override equals and knowSize on ChunkAsSeq

dc591e816fa14b918a172e145792b1d9c88080f6 authored over 1 year ago
Override more operations in ChunkAsSeq

7729762f9a9f84c1b962f1f22ee2471316c70ee0 authored over 1 year ago
Make ChunkAsSeq extend Serializable

36c4ab09fc5acabfe35eb3c02511286b5b093449 authored over 1 year ago
Add header to Chunk213And3Compat.scala

f0893df54a0efe3cb370949b54d3342582d615d6 authored over 1 year ago
Add Chunk.asSeq (2.13+)

55d428f32bdb8c7cfd9add07cba05a13a183d68a authored over 1 year ago
Extract duplicate code in ChunkPlatform between 2.13 and 3

154310dbee5d38416ec93be394be65e1dca0962f authored over 1 year ago
Merge pull request #3273 from nikiforo/fix-comment

fix comment about followLinks

3c93811b7f8d367eb23b02456cd6b18dbaec9962 authored over 1 year ago
fix comment about followLinks

25bcbd6697f3ab514233f056ba75a4303d689b67 authored over 1 year ago
Update to sbt-typelevel 0.5.0

e2702ec3bbd2d1ce349551c8ab8eeb0d939d2e78 authored over 1 year ago
Merge pull request #3270 from typelevel/update/scalafmt-core-3.7.12

Update scalafmt-core to 3.7.12

ccbb07d5d943e27faa634c2f78c6ebcb4251d9ab authored over 1 year ago
Update scalafmt-core to 3.7.12

7ecf00de3e2b9c8631279ec200ccfefc92df74fc authored over 1 year ago
Remove `.only`

96969c7ccd1edddfc2a31d4570b3e18dbbd81c8a authored over 1 year ago
Handle `AggregateError`s on Node.js

97d9cddabc98af0718252a90722bf754470b7cec authored over 1 year ago
Merge pull request #3265 from kiendang/add-filternot

Add `Stream.filterNot`

af4d7c66ab1e33e306619add00c5337119e489ae authored over 1 year ago
Add a Benchmark for flatten.

5486d3f99ef1c60ce66fdc8e16d4277a3b8805cf authored over 1 year ago
Chunk - Optimise Flatten implementation.

The current flatten performs one Chunk.Queue insertion
per source chunk, which means it creates ...

9788538336e54d44f06c560cf32299a2b1198230 authored over 1 year ago
Merge pull request #3264 from kamilkloch/from-queue-unterminated

Add variant of `Stream.fromQueueUnterminated` for Monad.

62ba4a1d3a2d62cfeba4140247c0a82450c99119 authored over 1 year ago
Update.

e992e3612e248db8f56f90ab499620acb3e30dbb authored over 1 year ago
Update core/shared/src/main/scala/fs2/Chunk.scala

Co-authored-by: Sergey Torgashov <[email protected]>

03ad1e338bfb362e6703f854f9b3c061a0eb7c70 authored over 1 year ago
Update.

0abd7c9e360c000f3ade2a63c486c3b19e735a26 authored over 1 year ago
Update.

78ab80048108b250b3e879f76b7dbcac3ac246dc authored over 1 year ago
Add Stream.filterNot

57f388ae94b73c75314ba81587fbf73407ee86ce authored over 1 year ago
scalafmt.

8cf9273bf9f99f32f7989724ca4564a6b8f3ac03 authored over 1 year ago
Remove busy polling.

eea56d40d9a95e7627a36fc316fd916fd718af8a authored over 1 year ago
Add comment.

4c19a965b009103bd38efb24b71c072c5bf68763 authored over 1 year ago
Add variant of `Stream.fromQueueUnterminated` for Async.

160fda3d30fd0ee56f2cecc87cf5e44aa8655fd3 authored over 1 year ago
Merge pull request #3254 from diesalbla/broadcast_through_ref

Stream - BroadcastThrough - refactor code

14ecd858b89b29b438dcea73671bc24c4e314573 authored over 1 year ago
Fix typo

dcdecefe5dd4bc266729dd9f8389d45a4388942a authored over 1 year ago
Merge pull request #3248 from diesalbla/ref_parJoins

Stream - Refactor Parjoins

087fb73dde1560273117de09ae569c47fb024d4b authored over 1 year ago
Merge pull request #3242 from zainab-ali/merge-refactor

Refactor merge implementation

908caf3e22e37df00543a00d958f961e6be78349 authored over 1 year ago
Merge pull request #3263 from typelevel/update/scalafmt-core-3.7.11

Update scalafmt-core to 3.7.11

7b5e1a575b144ab0f12dbfc0708ec334cb1092fa authored over 1 year ago
Update scalafmt-core to 3.7.11

58bfda0980f1a3b8c30a5e7b4331e6dcd90ea40c authored over 1 year ago
Merge pull request #3262 from typelevel/update/sbt-1.9.3

Update sbt to 1.9.3

161d674c32e6f8ee79e19136e96f644de943a6d9 authored over 1 year ago
Update sbt to 1.9.3

b02062567f486ae1b1222968cf436c4613f8aeae authored over 1 year ago
Merge pull request #3257 from armanbilge/fix/js-tls-server-session

Fix TLS session access on JS

230c96a331c1a7cb4141f83191b67a3d2fd3fcff authored over 1 year ago
Merge pull request #3225 from typelevel/update/flake-lock

flake.lock: Update

febad1533892f88a0320a3fbb3f8aad2ed54b531 authored over 1 year ago
Merge pull request #3232 from typelevel/update/sbt-typelevel-0.4.22

Update sbt-typelevel, sbt-typelevel-site to 0.4.22

8a4764dd929d384d4d8344b80871f2827db558dd authored over 1 year ago
Merge pull request #3259 from typelevel/update/scalafmt-core-3.7.10

Update scalafmt-core to 3.7.10

bb7d4b5f0d6d148526f63a1ae057abfab3593e31 authored over 1 year ago
Merge pull request #3250 from typelevel/update/jimfs-1.3.0

Update jimfs to 1.3.0

4e7a2f116851d0bee915ba1743aa979872e9775d authored over 1 year ago
Merge pull request #3252 from typelevel/update/sbt-scala-native-crossproject-1.3.2

Update sbt-scala-native-crossproject to 1.3.2

2c7264a62aabaf47189f910421ed1f7569ecde85 authored over 1 year ago
Merge pull request #3243 from typelevel/update/sbt-scalajs-1.13.2

Update sbt-scalajs, scalajs-compiler, ... to 1.13.2

68b344886bab6542717d3384903f07314aa00cb9 authored over 1 year ago
Merge pull request #3253 from typelevel/update/sbt-1.9.2

Update sbt to 1.9.2

1ccbcab59a21e180d0a2154f8df87f1b803bad6d authored over 1 year ago
Merge pull request #3244 from typelevel/update/cats-effect-3.5.1

Update cats-effect, cats-effect-laws, ... to 3.5.1

ff48bf1d3c284486b8e8aab56aa8db7fa0fb0f3c authored over 1 year ago
flake.lock: Update

Flake lock file updates:

• Updated input 'typelevel-nix':
'github:typelevel/typelevel-nix/f...

486d001b7c5225fc4d958d18a1c6f2c106a23de0 authored over 1 year ago
Update scalafmt-core to 3.7.10

e189a285d2f40aefade96e038e2e149e9da27483 authored over 1 year ago
Fix TLS session access on JS

d15242a0153cc080b8d25738207885947ebae186 authored over 1 year ago
Fix existing test for server session, now it fails

d4772e65d6791168be2b98b5ce5abf175330dda8 authored over 1 year ago
Merge pull request #3256 from armanbilge/fix/js-tls-socket-addresses

Fix `TLSSocket` addresses on JS

9c523441c8f1770faafb36e01c893218162cdb72 authored over 1 year ago
Update scalafmt-core to 3.7.8 (#3255)

Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>

240f62a571afc5bea7c2c8e7559ce923fb20135e authored over 1 year ago
Fix `TLSSocket` addresses on JS

201e7db4579c5c0e55f31d8b9066e5c266ed5951 authored over 1 year ago
Stream - BroadcastThrough - refactor code

- Separate consumer and producer parts.

b92507703d84416a1ca398ae513c933a038aaddb authored over 1 year ago
Update sbt to 1.9.2

a3017dcc6c5492b4460f2d940e48b980311aff2c authored over 1 year ago
Update sbt-scala-native-crossproject to 1.3.2

1d21a20372298516177592f61ae2429247b190a8 authored over 1 year ago
Update jimfs to 1.3.0

a3efec3a29659e0a0e9e0091e9e919c1661172d0 authored over 1 year ago
Stream - Refactor Parjoins

The `initFork` actions can be reduced to two cases, depending on
whether the parJoin has to pres...

f20a407a2662bc08446e282d48034a21f4095bb9 authored over 1 year ago
Reformat code.

6417f8f46db76c81b4e9f0d500f6d14333f9383b authored over 1 year ago
Add Stream pretty printer for property tests.

6ca19f3ecc71c586bb23e6d8db74a7c328c60bd8 authored over 1 year ago
Use TestControl for time-based tests in StreamCombinatorsSuite.

2c78b9f05fc385a1736644fab6d7b9fba01e0825 authored over 1 year ago
Add Stream pretty printer for property tests.

803c8292596cc27e4d9daf1b7b51482cf4f83976 authored over 1 year ago
Update cats-effect, cats-effect-laws, ... to 3.5.1

00eb7fbca7d0c0a1805b94a4b09406964f792eca authored over 1 year ago
Update sbt-scalajs, scalajs-compiler, ... to 1.13.2

60199f34cd7324e1b2740d5b051bb1ff9fa971d3 authored over 1 year ago
Remove redundant comment and fix typo.

0bc9d7f1f6c8e5b69d2778aa963c6c9332815621 authored over 1 year ago