Jose Aponte

Results 4 comments of Jose Aponte

For now, probably we can just add the city and make the search radius ridiculously large.

I second @rich88. A keyboard shortcut to at least switch between list and board view would be a huge improvement. It's a pretty cumbersome manual operation that I find myself...

I think problem still persists. For instance: ``` cat(RJSONIO::toJSON(list(C=as.numeric(NULL)))) ``` produces: ``` { "C": } ``` Which is invalid json. I would expect: ``` { "C": null } ``` Other...

I can confirm this is also the case for me. Thanks for such useful extension.