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

Add methods to timeout on pulls

bplommer opened this pull request almost 3 years ago
Fix slowdown in throttle due to improper use of stepLeg

mpilquist opened this pull request almost 3 years ago
Initial prototype of outputting scope tree as DOT graph

mpilquist opened this pull request about 3 years ago
Stream: extend docs for `attempts`, `last`, `map`, `emits`.

diesalbla opened this pull request about 3 years ago
Fix #2717

mpilquist opened this pull request about 3 years ago
Change Socket#read to disallow a read after a timeout

mpilquist opened this pull request about 3 years ago
Create a Chunk from an IterableOnce

peterneyens opened this pull request about 3 years ago
Fix #2679 - bug in Chunk.compactUntagged when used with empty or singleton chunks

mpilquist opened this pull request over 3 years ago
Upgrade scalacheck-effect to 1.0.3

mpilquist opened this pull request over 3 years ago
Remove implicit Compiler.Target instance for Sync effects

mpilquist opened this pull request over 3 years ago
Make indexed traversal of `Chunk.Queue` amortized logarithmic time

mpilquist opened this pull request over 3 years ago
Fix UnixSockets classpath detection logic

mpilquist opened this pull request over 3 years ago
Import scodec-stream and scodec-protocols in to fs2

mpilquist opened this pull request over 3 years ago
Remove optimized Stream.map due to leaky implementation

mpilquist opened this pull request over 3 years ago
Add example of counting lines of code

mpilquist opened this pull request over 3 years ago
Monoid for Chunk

mpilquist opened this pull request over 3 years ago
Avoid allocations in TLSEngine when logging is disabled

mpilquist opened this pull request over 3 years ago
Fix TLS socket read stall immediately after handshake

mpilquist opened this pull request over 3 years ago
Fix groupWithin test that intermittently fails

mpilquist opened this issue over 3 years ago
Fix memory leak in Channel

mpilquist opened this pull request over 3 years ago
Memory leaks possibly related to Topic behaviour

prova opened this issue over 3 years ago
Adds leak test fixed in #2399

mpilquist opened this pull request over 3 years ago
Fix bug in fixedRate which fails to dampen ticks when multiple period…

mpilquist opened this pull request over 3 years ago
Fix #2375 - bug where multiple watches on paths which map to same wat…

mpilquist opened this pull request over 3 years ago
Add a test for watching multiple files - passes on OS X

mpilquist opened this pull request over 3 years ago
Upgrade to Scala 3 RC2

mpilquist opened this pull request almost 4 years ago
Convert compression to capability trait

mpilquist opened this pull request almost 4 years ago
Remove some uses of Sync constraint, fixes #2338

mpilquist opened this pull request almost 4 years ago
Fix for interruption skipping error handlers in certain cases

mpilquist opened this pull request almost 4 years ago
Remove Queue in favor of cats.effect.std.Queue

mpilquist opened this pull request almost 4 years ago
Adjust variance of StepLeg

mpilquist opened this pull request almost 4 years ago
Upgrade to Scala 2.13.5 and fix unused warnings

mpilquist opened this pull request almost 4 years ago
Check for scope interruption before effect evaluation

mpilquist opened this pull request almost 4 years ago
Change build config to not run memory leak tests on CI

mpilquist opened this pull request almost 4 years ago
Fixes a stall in TLSSocket encountered in ember-server

mpilquist opened this pull request almost 4 years ago
Upgrade to latest ip4s

mpilquist opened this pull request almost 4 years ago
Improve performance of TCP socket reads

mpilquist opened this pull request about 4 years ago
Cleanup fs2-io networking support

mpilquist opened this pull request about 4 years ago
Upgrade to latest CE3 snapshot where Sync extends MonadCancel

mpilquist opened this pull request about 4 years ago
Initial sketch of making Network a full algebra

mpilquist opened this pull request about 4 years ago
Add specialized splitAt implementation for Chunk.Queue

mpilquist opened this pull request about 4 years ago
Move traverse, traverseFilter, and mapFilter to methods on Chunk

mpilquist opened this pull request about 4 years ago
Simplify Chunk

mpilquist opened this pull request about 4 years ago
Add IArray support to Chunk

mpilquist opened this pull request about 4 years ago
Use cats.effect.std.Queue

mpilquist opened this pull request about 4 years ago
Cleanup build

mpilquist opened this pull request about 4 years ago
Backport #2145

mpilquist opened this pull request about 4 years ago
Changed awakeEvery and fixedRate to avoid clock drift

mpilquist opened this pull request about 4 years ago
Upgrade to Scala 3.0.0-M1

mpilquist opened this pull request about 4 years ago
Replace Resource.Bracket with MonadCancel

mpilquist opened this pull request about 4 years ago
Use munit-cats-effect, fix some compiler warnings

mpilquist opened this pull request about 4 years ago
Upgrade to latest CE3 release

mpilquist opened this pull request over 4 years ago
Add Stream.bracketFull

mpilquist opened this pull request over 4 years ago
Add Stream.bracketFull

mpilquist opened this pull request over 4 years ago
Cleanup compile scope

mpilquist opened this pull request over 4 years ago
Add TCP, UDP, and TLS networking capabilities

mpilquist opened this pull request over 4 years ago
Cats Effect 3.0.0-M1

mpilquist opened this pull request over 4 years ago
Move file operations to a Files[F] tagless interface

mpilquist opened this pull request over 4 years ago
Cleanup Compiler.apply

mpilquist opened this pull request over 4 years ago
Replace use of IORuntime with UnsafeRun

mpilquist opened this pull request over 4 years ago
Update to latest cats-effect snapshot

mpilquist opened this pull request over 4 years ago
Upgrade to cats 2.2.0

mpilquist opened this pull request over 4 years ago
Fix intermittent test failures in TextSuite

mpilquist opened this pull request over 4 years ago
Handle Outcome.Canceled

mpilquist opened this pull request over 4 years ago
Improve fairness issues discovered in CE3 work

mpilquist opened this pull request over 4 years ago
Ported build to sbt-spiewak

mpilquist opened this pull request over 4 years ago
Workaround CI test stalls

mpilquist opened this pull request over 4 years ago
Revert to released versions of cats and cats-effect

mpilquist opened this pull request over 4 years ago
Add Pull.extendScopeTo combinator

mpilquist opened this pull request over 4 years ago
Renamed fs2.internal.Resource to fs2.internal.ScopedResource to avoid…

mpilquist opened this pull request over 4 years ago
Use munit-cats-effect library

mpilquist opened this pull request over 4 years ago
Remove AsyncPropertySuite in favor of dependency on scalacheck-effect

mpilquist opened this pull request over 4 years ago
Add Dotty support for FS2 2.x

mpilquist opened this pull request over 4 years ago
Upgrade to cats-effect 2.2

mpilquist opened this pull request over 4 years ago
Cross compile for Dotty

mpilquist opened this pull request over 4 years ago
Fix calling .to on pure streams, fix Dotty implicit conflicts

mpilquist opened this pull request over 4 years ago
Remove ScalaTest dependency and more dotty source compat

mpilquist opened this pull request over 4 years ago
Remove ScalaTest dependency and more Dotty source compat

mpilquist opened this pull request over 4 years ago
Convert from ScalaTest to Munit + ScalaCheck

mpilquist opened this pull request over 4 years ago
Dotty source compatibility

mpilquist opened this pull request over 4 years ago
Clear FS2 2.x deprecations from FS2 3 development branch

mpilquist opened this pull request over 4 years ago
Unify FreeC and Pull

mpilquist opened this pull request over 4 years ago
Convert kind projector usage to be compatible with Dotty

mpilquist opened this pull request over 4 years ago
Changed existing sinks to emit Nothing

mpilquist opened this pull request over 4 years ago
Fix a TLS handshake stall where wrap is recursively called post hands…

mpilquist opened this pull request over 4 years ago
Port memory leak tests to integration tests, runnable via it:test

mpilquist opened this pull request over 4 years ago
Add stream and pull pic

Zelenya opened this pull request over 4 years ago
Fix scope leak with Stream.retry and in general, with pulls that do...

mpilquist opened this pull request over 4 years ago
Fix #1873 - deadlock in TLSEngine

mpilquist opened this pull request over 4 years ago
Use Chunk.Queue everywhere

mpilquist opened this pull request over 4 years ago
Add Stream#chunkAll

mpilquist opened this pull request over 4 years ago
Upgrade to Scala 2.13.2

mpilquist opened this pull request over 4 years ago
Fix #1852 - loss of final non-padding byte when padding chars span chunk

mpilquist opened this pull request over 4 years ago
Added 2.3.0 release to mima config

mpilquist opened this pull request almost 5 years ago