jnicoulaud-ledger

Results 5 issues of jnicoulaud-ledger

My understanding is that `withIdleConnectionTime` should apply to initial connections. However, it seems it does not. Here is a runnable reproducer ([scastie](https://scastie.scala-lang.org/DEdQ6HnbTt2vLFHl9sSUrA)): ```scala import cats.effect.IO import org.http4s._ import org.http4s.ember.client.EmberClientBuilder import...

bug
module:ember-client

It would be nice to be able to define middlewares for websocket routes, eg in the form of a `Pipe[F, WebSocketFrame, WebSocketFrame] => Pipe[F, WebSocketFrame, WebSocketFrame]` function. Related discord conversation...

**Description:** We use the action on a repository that contains 10K+ files, with filters: ``` assets: - changed-files: - any-glob-to-any-file: ['inputs/**', 'outputs/**'] ``` When many files changes, the action runs...

bug

Hello, would it be possible to publish python 3.12 wheels ? Thank you!

When using this kind of types in models: ``` MyType = Annotated[str, Field(min_length=3, max_length=256, pattern=r"^[a-z0-9_]+$")] ``` It looks like the generator does not properly escape the regex as needed: ```...

bug
help wanted