Paweł

Results 12 issues of Paweł

When executing a task, I would like Eliot to report execution time of a task. Use case: when using logstash/kibana I would like to see execution time of each request...

enhancement

I think it could be useful if it was possible to start/finish an action, but not having the start/finish messages logged out. That would mean we'd still be able to...

Hello, It seems not possible to add headers without allocations. Adding a header seems to be costing 6 (or 4) allocations. ### Ideas My initial thought was that the AddHeaders...

This would be super helpfull during debugging. It is slightly unclear whether this should be printed on stdout or stderr .. so I'm opting for the easiest option and printing...

Hey, My server can respond with Snappy and my clients are calling me with compression enabled. However, I am unable to reproduce the exact calls because yab doesn't support compression....

### What version of Go are you using (`go version`)? go1.19.5, linux/amd64 ### Does this issue reproduce with the latest release? yes ### What did you do? I ran a...

NeedsInvestigation
compiler/runtime

The exact wording is TBD - this is to start a discussion. My personal preference is to use table-test all the time, and would obviously would like it to be...

Not updating Go version in go.mod since we don't need any new functionalities.

There were quite a few fixes in that repo, let's pull them in. We've had a few mock-clock bugs before (#90), I'm hoping that with the new versions #93 won't...

tldr; in multi-process environment (Celery) sessions might lead to request/responses being mixed up. It is unsafe to use Session in a multi-process environment - if the fork happens after Session...

Contributor Friendly
Documentation