Daniel Soutar

Results 6 issues of Daniel Soutar

Hi, Hope this MR makes ReTest a little more accessible to newcomers. This MR is pretty much done, maybe bar one or two points to clarify (specifically what `align_overflow` and...

If a developer were to run the tests for `ReTest.jl`, they would observe a number of tests failing, such as those found in `Main.FailingLoops`. While there is a good reason...

As a user, I might want to split my tests up into multiple files, corresponding to separate modules. I would do this for separation of concerns, better organization, and reduce...

Hi there, I'm trying to use ReTest with an existing codebase, primarily for the parallel execution of tests. This codebase uses logging extensively, and the tests themselves may also include...

enhancement
help wanted

Straightforward question: does setting `margin` to 80 characters apply to docstrings as well if `format_docstrings` is set to true? Environment: VSCode, using the Julia extension (v1.38.2) Format config options: style...

bug

Hi there - the docs show very little information for how to incorporate OpenTelemetry tracing in MLServer, added in this [PR](https://github.com/SeldonIO/MLServer/pull/1281). If for instance I’m deploying this model server within...