Andrew Valencik

Results 41 comments of Andrew Valencik

If you're a tmux user and like switching layouts these might be useful as well: ``` - { key: Key1, mods: Alt, chars: "\x1b1" } - { key: Key2, mods:...

I can probably tackle this. Is the idea to change to a server that we control, namely http4s.org? Which would still depend on a connection to the outside world, and...

`StaticFileSuite` lives in `tests/shared` in the `tests` sbt project which does not currently depend on ember or blaze, so standing up an ember server within the tests would require adding...

I wouldn't mind learning more about that too. I admit I was sorta surprised to see it's mostly java `URL` and fs2 code: https://github.com/http4s/http4s/blob/facb2ffb7f2d0de42b77349a4d50735f51c3bea1/core/shared/src/main/scala/org/http4s/StaticFile.scala#L102-L131

There definitely are people using this method, so we'll want a migration path recommended. But I do feel like this is a surprising API. And would also support deprecating it...

> > Should we still fix the current tests by bringing in the netty test help as suggested above? > > Yes, but not actually because I think we should...

Haha the WIP is only because I anticipated CI failures.

This is a surprisingly low amount of code to get it running, neat. I like that the docs would be an immutable artifact along with the code artifacts. Do you...

> +1 But Anton is working on a complementary PR, not sure if we should wait to see how they interact before merging As discussed on discord, I think we...

Ran into this issue when trying to install `bloop-jvm` Workaround was to pin the exact version to download: ``` cs install bloop-jvm:1.4.12-48-81973d63 ```