Marius Bancila

Results 3 issues of 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/)...

directives