Nithin Murali

Results 62 comments of Nithin Murali

Hi @rariyama , these suggestions sound very promising and can improve the developer experience. 1. since we are using pytest, this can be easily achieved by creating a new command...

Hi, Group support is currently not implemented as a model. For the moment you can use the [custom_request](https://pygsheets.readthedocs.io/en/latest/spreadsheet.html#pygsheets.Spreadsheet.custom_request) to call the requests based on the sheets api.

Can you send a small piece of code to reproduce this?

I will try to reproduce this with timeout error. Also lets see if anyone else encounters the same issue.

Not in the pipeline at the moment. On the first looks, packaging for conda doesn't seems as easy as for pypi.

Looks like the worksheet id is being sent wrong. as a workaround you can unlink the cell and call cell.update(wks.id) Will push a fix.

I think this PR fixes it https://github.com/nithinmurali/pygsheets/pull/549

Please provide some more info. At first glance, this doesn't look like a pygsheets issue. when are you experiencing this error. your piece of code having this issue.

Isn't the temporary files deletion handled by the OS? As this is the stranded temp file location. Also how are you doing cleanup?