Martin Egri
Martin Egri
Makes `cbt` adhere more to the standard rules of shell scripts. This commit * quotes identifiers inside test-blocks (`[ … ]`) * replaces `[ "$x" == "$y" ]` with `[...
As things currently stand, running `cbt` shows "" for accessible members of Build but a whole bunch from CBT
Currently, protected members are shown as valid arguments when running cbt. The issue is most likely with this method: https://github.com/cvogt/cbt/blob/618711302b7ea29de651c1f771eb3160e236b339/stage2/Lib.scala#L56 The method above uses Java reflection to reflect on public...
May do with a better name than stage2 too
I wasn't completely sure what to name the issue, as I am at the end of the day not sure if the issue is with Monix or with HTTP4s. In...
**Is your feature request related to a problem? Please describe.** This is an expansion of issue scalameta/metals-feature-requests#18. **Describe the solution you'd like** I would like a refactoring where a block...
I've noticed there's a lot of `.distinct` action going on at various stages where dependencies or settings are being merged. As these properties are unique by nature it would make...
I've been playing around with this little build tool and I really like the feel of it so far. One problem though is metals integration. It seems like seed doesn't...
http4s-version: 0.20.10 java-version: 11.0.4 (adoptopenjdk) scala: 2.12.9 server backend: blaze (whatever version comes with http4s 0.20.10) When running jmeter against a websocket endpoint I'm getting these kinds of errors every...