PascalSenn
PascalSenn
We could add a interface for query logging. The idea would be to have insights in query structure and metrics during development (and maybe even in QA)
also add a parameter --no-reload
The code coverage of Confix is currently low due to the push for the MVP. As we approach the finish line, efforts should be made to increase code coverage.
This is a proposal to add `UnsafeCollectionOperations ` for fast access on `RepeatedField` https://github.com/protocolbuffers/protobuf/issues/16745
Enables dataloaders to observe the cache. This makes it possible that DataLoaders can build their state based on the result of other dataloaders An example ```csharp public record Person(Guid Id,...
**This PR is JUST a PROOF OF CONCEPT at the moment** Most of this is quickly hacked together to see if the concept works: