Hiroshi Ichikawa

Results 91 comments of Hiroshi Ichikawa

Sounds good. I'm happy to accept pull request to implement it. > I've looked into the source code but I'm not sure whether there could be a better way than...

Actually the "list" interface of this library is implemented on top of cell-based feed, not list-based feed. So we cannot use the API @vkvelho mentioned, unfortunately. It is implemented in...

I commented in #100 about why we don't use list-based feed. I don't want to use DELETE method of list-based method here for the same reason. I believe shifting rows...

> One concrete difference between shifting and deleting is that the max_rows of the worksheet is decreased by one when the row is actually deleted. Yes, it should also decrement...

I will make {"GData-Version" => "3.0"} as default later because older versions are deprecated. But I will make the change after the switch to Drive API is complete.

What is this file?

It would be nice, but I cannot find gid in the API feed at a glance. Please let me know if you find a way to get it.

I agree. I will probably implement it soon.

Thanks! The workaround worked.

I would accept pull request for the workaround. But Edge browser supports WebSocket (I believe), so it should work if you set WEB_SOCKET_FORCE_FLASH to false, which is usually recommended.