Andrey Slotin
Andrey Slotin
I'd be happy to have this feature supported by the Kanban plugin. WIP limits are one of the cornerstones in Kanban that allow you make sure that only limited number...
I managed to automate my Markdown → PDF builds with `markdown` and `wkpdftohtml` and could do the same here. How critical it is to use Typora for this purpose?
Hey @steveww! The Go sensor does not support logging spans yet, but there is an option to log an error with `(opentracing.Span).LogKV()` by providing `"error"` as a key. This would...
Apologies for confusion, I just checked the code and while this should be enough to mark the span as erroneous, but the error message needs to go to span tags...
An experimental integration of `k6pack` can be found and used in the [xk6-ts](https://github.com/grafana/xk6-ts) extension.
@romanoff, sounds interesting. My intention for this library was to pass e.g. devise authenticated user to Go backend. What is the use of passing CSRF token to the Go app?
Sounds reasonable, please feel free to open a pull request.
Hey, @mgmeyers! Any chance to have this one merged? I’d appreciate your feedback and would be happy to make changes if needed.
@heitortsergent, the most reliable solution would be to run the code block with the version of k6 a particular doc has been written for, e.g. all snippets in `docs/sources/k6/v0.57.x` should...
Hey, @anton-iermolenko! Thanks a lot for your contribution and apologies for the late answer. Could you elaborate on your use case and explain why these changes are needed?