Rohan Fletcher

Results 5 comments of Rohan Fletcher

So I dug into this a little bit more because it puzzled me: **Console trace** ![image](https://user-images.githubusercontent.com/21077341/68300864-866c5e00-0103-11ea-93d0-4e28e5463408.png) **Relevant code** ```javascript let outros$1; function group_outros$1() { outros$1 = { r: 0, c:...

Looks like the units are in Rows/sec: https://github.com/tortoise/orm-benchmarks/blob/master/src/pony/test_g.py#L20 ```print(f'Pony ORM, G: Rows/sec: {count / (now - start): 10.2f}')```

I ran the test from the above playground link and it passed for sqlite. Heres the go.mod diff after running the test locally ```diff diff --git a/go.mod b/go.mod index 28f863c..f57a261...

For the lazy people who don't want to recompile (myself included) - **How to change the API credentials in gdrive binary without recompile on Linux** **NOTE** - This **ONLY** works...

@mbenlioglu @scrumbee I have submitted a pull request with working external client credential support - https://github.com/prasmussen/gdrive/pull/428 Enjoy