Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jiminhsieh
/
zio
Public
forked from
zio/zio
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Sep 18, 2019
Rename ZIO.aggregateWithin to ZIO.aggregateWithinEither and add a simpler aggregateWithin (#1700)
Show description for 2a88927
saeltz
authored and
iravid
committed
2a88927
View commit details
Copy full SHA for 2a88927
Browse repository at this point
ZIO Test: Implement Generators for Effects (#1670)
Show description for 8178151
adamgfraser
authored and
iravid
committed
8178151
View commit details
Copy full SHA for 8178151
Browse repository at this point
Use null instead of Option in StreamEffect (#1699)
vasilmkd
authored and
jdegoes
committed
1e6be6e
View commit details
Copy full SHA for 1e6be6e
Browse repository at this point
More bracket stuff (#1696)
Show description for ba1cdbe
Regis Kuckaertz
authored and
jdegoes
committed
ba1cdbe
View commit details
Copy full SHA for ba1cdbe
Browse repository at this point
Update sbt-scalajs, scalajs-compiler, ... to 0.6.29 (#1698)
scala-steward
authored and
ghostdogpr
committed
f60bb97
View commit details
Copy full SHA for f60bb97
Browse repository at this point
Commits on Sep 17, 2019
Add ZStream#repeatEither and repeatWith (#1695)
Show description for d7f3101
mschuwalow
authored and
iravid
committed
d7f3101
View commit details
Copy full SHA for d7f3101
Browse repository at this point
Improve ZSink combinator inference and fix some bugs (#1686)
Show description for c67c924
iravid
authored
c67c924
View commit details
Copy full SHA for c67c924
Browse repository at this point
Migrate TArraySpec to ZIO test. (#1688)
denisgarci
authored and
LGLO
committed
4f79c98
View commit details
Copy full SHA for 4f79c98
Browse repository at this point
Restore bracket on zio actions (#1694)
Show description for 178fad2
Regis Kuckaertz
authored and
jdegoes
committed
178fad2
View commit details
Copy full SHA for 178fad2
Browse repository at this point
ZIO Test: Add Documentation to Mock Package (#1692)
Show description for 2860968
adamgfraser
authored and
jdegoes
committed
2860968
View commit details
Copy full SHA for 2860968
Browse repository at this point
Fixed #1314 - ZIO Test: Add Common Predicates (#1683)
Show description for e5fe3db
jaliss
authored and
ghostdogpr
committed
e5fe3db
View commit details
Copy full SHA for e5fe3db
Browse repository at this point
Commits on Sep 16, 2019
Update sbt-scalafmt to 2.0.5 (#1689)
scala-steward
authored and
ghostdogpr
committed
fc29b95
View commit details
Copy full SHA for fc29b95
Browse repository at this point
Update specs2-core, specs2-matcher-extra, ... to 4.7.1 (#1690)
scala-steward
authored and
ghostdogpr
committed
fbccf7f
View commit details
Copy full SHA for fbccf7f
Browse repository at this point
Commits on Sep 15, 2019
Issue-1587 - no check for journal validity when committing read-only STM (#1613)
LGLO
authored and
jdegoes
committed
7a8175a
View commit details
Copy full SHA for 7a8175a
Browse repository at this point
Prototype annotations (#1661)
Show description for d3e263b
jdegoes
authored
d3e263b
View commit details
Copy full SHA for d3e263b
Browse repository at this point
augment MockRandom with a buffer (#1679)
adamgfraser
authored and
jdegoes
committed
b3797a8
View commit details
Copy full SHA for b3797a8
Browse repository at this point
Refactor ZSink#chunked and ZSink#flatMap to not use stepChunk (#1681)
Show description for 678ced9
vasilmkd
authored and
iravid
committed
678ced9
View commit details
Copy full SHA for 678ced9
Browse repository at this point
ZIO Test: Fix Issues in Test Migration (#1680)
Show description for 9546374
adamgfraser
authored and
ghostdogpr
committed
9546374
View commit details
Copy full SHA for 9546374
Browse repository at this point
Commits on Sep 14, 2019
Add StreamEffect specialized for chunks and improve test stream generators (#1669)
vasilmkd
authored and
iravid
committed
9a3acfc
View commit details
Copy full SHA for 9a3acfc
Browse repository at this point
Add a synchronous effect construction for the ZManaged (#1666) (#1667)
Show description for 044418d
LukaszByczynski
authored and
iravid
committed
044418d
View commit details
Copy full SHA for 044418d
Browse repository at this point
Add ZSink.foldWeightedDecompose/M and fix leftover handling in transduce (#1675)
Show description for 6f02314
iravid
authored
6f02314
View commit details
Copy full SHA for 6f02314
Browse repository at this point
Added .cache to circle directories to be cached (#1674)
softinio
authored
5e8bb70
View commit details
Copy full SHA for 5e8bb70
Browse repository at this point
Migrates some tests to ZIOTests (#1668)
Show description for bf8b392
fagossa
authored and
ghostdogpr
committed
bf8b392
View commit details
Copy full SHA for bf8b392
Browse repository at this point
Update ZStream#aggregate,aggregateWithin to only extract once (#1672)
iravid
authored
9487523
View commit details
Copy full SHA for 9487523
Browse repository at this point
Commits on Sep 13, 2019
Update the encoding of ZSink (#1560)
vasilmkd
authored and
iravid
committed
eb9a0f3
View commit details
Copy full SHA for eb9a0f3
Browse repository at this point
Add ZStream#cross, crossWith, <*>, <*, *>, <&>, zipLeft, zipRight, <&, &> (#1510)
Show description for d7df03e
jadireddi
authored and
iravid
committed
d7df03e
View commit details
Copy full SHA for d7df03e
Browse repository at this point
Update zio-interop-reactivestreams to 1.0.3.1-RC1 (#1665)
scala-steward
authored and
ghostdogpr
committed
1d6388e
View commit details
Copy full SHA for 1d6388e
Browse repository at this point
#1219 - add doUntilEquals and doWhileEquals methods (#1634)
marekklis
authored and
ghostdogpr
committed
7d48a38
View commit details
Copy full SHA for 7d48a38
Browse repository at this point
ZIO Test: Support Implications (#1662)
Show description for 619c7fe
adamgfraser
authored and
jdegoes
committed
619c7fe
View commit details
Copy full SHA for 619c7fe
Browse repository at this point
Commits on Sep 12, 2019
Correctly inherit fiber refs in `ZIO.raceWith` (#1594)
Show description for f15e9cf
mlangc
authored and
jdegoes
committed
f15e9cf
View commit details
Copy full SHA for f15e9cf
Browse repository at this point
Add ZStreamChunk#buffer, ZStream.mergeAllUnbounded, ZStream.flattenParUnbounded (#1657)
iravid
authored
eefd165
View commit details
Copy full SHA for eefd165
Browse repository at this point
CI: Replace ppa with adoptopenjdk artifactory cloud, add timeout (#1619)
Show description for 6871a02
yoohaemin
authored and
jdegoes
committed
6871a02
View commit details
Copy full SHA for 6871a02
Browse repository at this point
ZIO Test: Default Sized Generators to Small (#1640)
Show description for 7ec4b37
adamgfraser
authored and
jdegoes
committed
7ec4b37
View commit details
Copy full SHA for 7ec4b37
Browse repository at this point
implement partialFunction (#1656)
adamgfraser
authored and
jdegoes
committed
e96f6b3
View commit details
Copy full SHA for e96f6b3
Browse repository at this point
Updated website with about section (#1644)
Show description for 83a0c87
softinio
authored
83a0c87
View commit details
Copy full SHA for 83a0c87
Browse repository at this point
Previous
Next
You can’t perform that action at this time.