Marius Bancila
Marius Bancila
I've tried loguru with fmtlib and all seem to work except for LOG_SCOPE_F. Example 1: ``` LOG_F(INFO, "Test 1: {}", 42); LOG_F(INFO, "Test 2: {0}", 42); LOG_F(INFO, "Test 3: {:d}",...
I have the following (simplified) pattern in my code: ``` Resolver = new FuncFieldResolver(ctx => { try { // .... } catch(Exception ex) { ctx.Errors.Add(new ExecutionError(ex.Message)); } return null; }),...
I want to implement an `@export` directive. This would export the value of a field into a variable that can be used in another part of the query (discussed [here](https://blog.logrocket.com/creating-an-export-graphql-directive/)...
I see many PRs and issues are opened for a while with no status changes. Is the project dead? I have a series of changes that I made and curious...