Tim Spence

Results 35 issues of Tim Spence

Sorry, this isn't an issue as such, I was just looking for more information on how newtype works. The README says something like this is generated: ``` package object types...

Don't backtrack in request/response prelude parsing for better performance. Also resolves https://github.com/http4s/http4s/issues/6580 for 1.0.x

module:ember-core

https://github.com/http4s/http4s/compare/main...TimWSpence:http4s:test-failure?expand=1 reproduces a test failure on both `series/0.23` and `main`(a4c28b3fa5bcc86bce3bd0bba8a1954edb0487c7). The test asserts that we throw `EmberException.ReachedEndOfStream` but we actually throw `EmberException.EmptyStream`. The problem is that we have two consecutive...

bug
module:ember-core

I just spent quite a while with a colleague trying to figure out why the aws shell wasn't honouring the default region that we'd set in `~/.aws/config` It turns out...

Fix hanging when combining `Stream.eval(F.canceled)` and `interruptWhen`. I believe that the `.as(canceledError)` is safe as our `fa.attempt` was canceled which means that cancelation is unmasked in this scope and hence...

See https://github.com/typelevel/fs2/pull/2962 for a failing test. Removing the `interruptWhen` makes the test pass

bug

Run a background fiber that detects CPU starvation by looking for clock drift when sleeping. Writes a warning to stderr if starvation is detected It can be configured via the...

We have `{Functor, Invariant, Contravariant}` instances for `{Q, Deq, PQ}ueue` in `cats.effect.std` but they currently have no laws tests. We should correct this :)

good first issue

## Expected behaviour `dockerBuildInit := true` should build an image with tini as the entrypoint when I run `docker:publishLocal` ## Actual behaviour It says that `--init` is not an option...

docker

We should cross-build the laws (and maybe docs?) for ScalaJS