CoolDalek
Results
2
issues of
CoolDalek
This PR was created to replace dispatcher.unsafeRunAndSync with dispatcher.unsafeRunAndForget. Such change is motivated by the fact that dispatcher.unsafeRunAndSync is a blocking call which starts fiber execution in IO thread pools...
I've found myself in a situation where it is undesirable to parse semicolons as query separators. There is a `colonSeparators: Boolean` parameter in `QueryParser`, but there is no way to...