Johan de Klerk
Johan de Klerk
Cool thanks!
You need to close the rows when done. The Close() function releases the connection ``` rows, err := db.QueryContext(ctx, fmt.Sprintf("COPY example TO '/csv/%d.csv'", i)) if err != nil { log.Fatal(err)...
I commented out the `onContentViewPannedVertically` method in the `PaperFoldView.m`. I think what happens is the Paperfoldview registers a vertical pan and a horizontal pan and then it gets stuck. Hope...
Xunit/Junit is a format needed to parse test results in Bamboo, jenkins and Hudson. Here is a sample http://stackoverflow.com/questions/4922867/junit-xml-format-specification-that-hudson-supports ` details about failure `
I have the exact same problem, was there a solution found?