Théo Crevon
Théo Crevon
Maybe, sometimes, you might wanna get all the results of a pipeline, even though some of them failed.
One way to support huge and long operations gracefully, might be to implement a "Future" operation that would handle requests the following way: Client sends request to the server as...
For example ``` python e = Env('NAMESPACE_*') ```
For example: ``` python env = Env(**{ 'namespace': 'MY_NAMESPACE' , # First destination of the value stored at MY_NAMESPACE in env 'nested.namespace': 'MY_NAMESPACE', # Second destination of the value stored...
It should add detailled explaination on how to build a custom adapter, and be part of how the internals work explanation #2
Internals should be explained in a Documentation section: - How config stores adapters (defaults first, overrides last, ...) - How config loads adapters and following which policy - Explain the...
Please fill in this template. - [X] Use a meaningful title for the pull request. Include the name of the package modified. - [X] Test the change in your own...
### Rationale We have recently brought many improvements to the Grafana supported [xk6-redis](https://github.com/grafana/xk6-redis) extension with the objective to merge it in the core of k6, as an experimental module. This...