Lucas Satabin
Lucas Satabin
To check the expressiveness and correctness of the mango DSL, write a test suite.
See [the proposal](https://github.com/WebAssembly/bulk-memory-operations)
As mentioned in https://github.com/typelevel/cats-effect/pull/3890#issuecomment-2227063576, this is the PR taking over #3890 to add a specialized version of `memoized` for `Resource`. Ref #3513
This change addresses #634 in two ways: - A change to the generic pretty printer that allows to avoid: - Boxing of integers when computing the layout - Instantiating many...
The documentation still mentions only the deprecated reactive streams interop features. Now interop with Java Flow can be done directly on the `Stream` class and companion object. This should be...