Christian Schulz

Results 2 issues of Christian Schulz

Hi, sometimes (actually more often) I can't reach the UI anymore. My suspicion is a peak in load on the server which broke flask UI. In the log I found...

bug

//Find everyone's name and age and display fields = { "name" => 1, "age" => 1 } cursor = find(client, "test.people", Dict(), fields) How is it possible to iterate only...