Martin Rudat

Results 22 comments of Martin Rudat

I suspect that you'd need to keep track of the hashes of the containers being requested in a constantly running container akin to or as an extension of ryuk, and...

I ran into this error, and after upgrading to the latest version, it appears to work as expected. Using git instead of svn, test cases 1, 3 and 4 pass....

Would it be better to have: ```cs public interface IJdbcConnectionStringSource : IConnectionStringSource ``` or ``` class PostgresqlContainer : IConnectionStringSource, IConnectionStringSource, ... ``` ? What about protocols that are not enabled...

As a workaround, this works-ish: ```C# public class GenericClassUnderTest_Tests { public abstract TheoryData TestData { get; } public static TheoryData StaticTestData => GetConcreteClassInstance().TestData; protected static GenericClassUnderTest_Tests GetConcreteClassInstance() { static IEnumerable...

I think that you want to be able to request _both_ `TService` and `Task` for _all_ services, regardless of how they're created/registered. If your class doesn't do any async initialisation,...

Now that we've got rich text, perhaps %ore-icon? not sure how well %ore-name would work given localisation?

I'm guessing that the Right Thing is that two sites in the same octant that are equally distant from the origin want to each have their own entry, rather than...

We could maintain a chunk site index. Using such an index, if the new site shares a chunk with an existing site with the same ore type, we could instead...

See also #7679, which appears to be a similar, but broader request.

I encountered a similar problem with the latest release (as of a few days ago): * numerous failed connection attempts to a locally hosted ollama * eventually exhausting available ports...