Robin Wilson

Results 75 comments of Robin Wilson

I've heard good things about click, although I haven't used it myself. In what way is it incompatible with recipy?

That's great @janga1997! I think the best approach would be to record all of the remotes and their URLs - probably just a list of tuples `[(remote_name, remote_url), (remote_name, remote_url),...

Patching for NetCDF has been done in #189, so renaming this issue as all that is left to be done is HDF patching.

This bug has been investigated by one of the developers of Starlette, and they have come to the conclusion that it is a bug in the Azure Functions ASGI interface....

Hi - what specific issues are you running into using this on the latest version of Python?

It isn't supported at the moment in PandasToPowerpoint itself, but you should be able to use the python-pptx library to alter the table once PandasToPowerpoint has created it. Use the...

I haven't used this code myself for a while, but I've had a quick look at the code (see https://github.com/robintw/PandasToPowerpoint/blob/master/pd2ppt/pd2ppt.py#L126). It seems that the object returned from `df_to_table` is the...

I agree this would be very useful. I just tried to insert some data with some dates that were a long time ago (in the 1800s) and wondered why the...

@RichardScottOZ Yes, it's overlapping a lot, but I thought it would do a lazy generation of batches, so wouldn't take long to generate the first couple?

Thanks @cmdupuis3 - interesting you found it slow too. I thought I had the `input_overlap` definition right - but I'll have a play. The thing that is causing me the...