Alanna Stone
Alanna Stone
For reference, in http4s: - [`decode`](https://github.com/http4s/http4s/blob/9b588daa6d371d960ba19f8eb6a76a5ae21ea3ec/core/src/main/scala/org/http4s/internal/package.scala#L212) - [`decodeSpec`](https://github.com/http4s/http4s/blob/9b588daa6d371d960ba19f8eb6a76a5ae21ea3ec/tests/src/test/scala/org/http4s/DecodeSpec.scala) Some links that could be used to build a generator / sample text corpus: https://stackoverflow.com/questions/9190330/is-there-a-set-of-lorem-ipsums-files-for-testing-character-encoding-issues
I think this is the signature we want: ```scala def groupWeightedWithin[F[_], A, B]( maxWeight: Long, maxTime: FiniteDuration )( elemWeight: A => Long ): Pipe[F, A, Chunk[B]] ``` And it would...
Also this probably will be best done *after* @SystemFw's rework of `groupWithin`, to minimize wasted/duplicated effort
I'm not familiar enough to say. I need to look at the types involved. I have wanted specifically a NoneTerminated queue, and the ability to inspect its size. Generally I've...
It seems like this has been stable and working for a long time, it would be nice to PR it into the scala plugin itself so it works out of...
What if we let the instances remain defined but just made them no longer implicit? That way someone who wants to use the instance for useful things can grab it...
I think I ran into this, with some kind of door on the porch of a house. I had to go around and open a window before my followers could...
I've also had cases where my NPC seems to have decided they want to go through a window instead of the door ~3 tiles away, and get stuck sitting outside...
@krasserm Do you have context around this? I might close it since it feels somewhat non-actionable. Which submodule wants this, and what feature in the converted api does it interact...
What work remains on this? Is there a clear spot where someone can come in and help?