Anton Kuzmin

Results 3 issues of Anton Kuzmin

**Describe the bug** Goto definition takes from 7 to 15 seconds. **To Reproduce** Steps to reproduce the behavior: Find a val or def reference and go to its definition via...

``` import io.circe._, io.circe.parser._ val rawJson: String = """ { "foo": "bar", "baz": 123, "list of stuff": [ 4, 5, 6 ] } """ parse(rawJson) shouldMatchTo (parse(rawJson)) ``` Compilation error...

### Issue description Queries run within a transaction get falsely detected as slow because the entire transaction takes longer than maxQueryExecutionTime ### Expected Behavior logQuerySlow shouldn't log queries run inside...

bug
requires triage