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
Fix Broken Links Related to Official ZIO Projects (zio#8174)
* fix broken links related to official zio projects.
* update zio-logging.
* use absolute url instead.
Point to the correct path of guide (zio#7989)
* Update README.md
Use the correct path to contributor guide
* Update README.md
remove about path segment
Handle empty list keeping backward compatibility (zio#7891)
* Initial commit on handling empty list
* Reformat code
* Handle empty list
* Run fmt
* Clean up
* Rename QuotedIndex with BracketedIndex