Bill Frasure

Results 26 issues of Bill Frasure

### Why Enable features beyond what SBT provides: - Performance Regressions - Recognize flaky tests - More debugging data when a test fails - Serve as input data for a...

enhancement
tests

Super rough idea at this point, but I've often found myself pulling in lihayoi's pretty print library in projects during development, and it always sticks out like a sore thumb...

Goal: get a `zio-http` server running behind `zio.dev` Reason: I want the information over at `zio-ecosystem.herokuapp.com` to live within `zio.dev`, rather than being an island of functionality apart from our...

documentation

Much of the behavior is incompatible with the new streaming approach ```test/shared/src/main/scala/zio/test/DefaultTestReporter.scala```

streams-tests/shared/src/test/scala/zio/stream/ZStreamSpec.scala

Note - I am not familiar with these projects. It might make more sense to migrate them to 2.0 separately, but I just want to initiate the discussion and hopefully...

ZIO is at Milestone 4, with an RC expected in the next few weeks. https://github.com/zio/zio/releases/tag/v2.0.0-M4 The API is nearly stable at this point, so any early migration work against this...

ZIO is at Milestone 4, with an RC expected in the next few weeks. https://github.com/zio/zio/releases/tag/v2.0.0-M4 The API is nearly stable at this point, so any early migration work against this...

**Goal**: If I have this in my markdown file ```` ```scala mdoc def badlyNamedFunction() = ??? ``` Users should call `scala mdoc badlyNamedFunction`, then blah blah... ```` And later I...

Eventually, we'll be able to say this fixes #544 (Unless show-stopping issues are found) It's not *remotely* close to completion, but just wanted to get this linked to that issue...