Philip Meier
Philip Meier
@Kludex > We need to fix it in httptools as well Can you explain that? Are you talking about https://github.com/Kludex/uvicorn/blob/8ae0bcbecb0a655789abf0c2dd4200848fc68a30/pyproject.toml#L41-L44 https://github.com/MagicStack/httptools > do you think you can create a test...
@Kludex > It's a bit unfortunate we need to do it here, but I guess it's fine. There is an open PR python/cpython#141158 that'll hopefully fix this for Python >=3.15....
Ping @Kludex
From an offline convo I had with @dcmcand: - We want the workflow to be triggered by pre-releases or optionally manually - We want to use local provider The steps...
I'm certainly no expert on the code base, but IMO the reset needs to happen in https://github.com/fluent/fluent-bit/blob/574a69af744535b6e016965f02eef9f739a5df1e/src/multiline/flb_ml.c#L1356-L1359 and according to this comment https://github.com/fluent/fluent-bit/blob/574a69af744535b6e016965f02eef9f739a5df1e/src/multiline/flb_ml.c#L1469-L1474 probably has to be guarded with `if...
Hey @ambujpawar and thanks a lot for the PR! I'll try to help you land it in the near future. As you might have noticed, this transform is not straight...
> However, shouldn't it be similar to what we do in CopyPaste transform? Because in copyPaste we also expect a batch of images Exactly. Before we operated under the assumption...
Sorry, for keep you waiting. Unfortunately, I'm caught up in something else until end of the week. Things you can do until then: - move your implementation into the `_augment`...
@ambujpawar I've refactored the extraction and insertion logic in ae9908b037f5c64334ddba5f61d378bcc699a458. This temporarily breaks `SimpleCopyPaste`, but that is fine as long as we are in the design phase. Let me know...