Michael Penkov

Results 254 comments of Michael Penkov

Can you poke around with a debugger? ``` ValueError: invalid literal for int() with base 10 ``` I don't see int() in the stack trace anywhere... I wonder what's actually...

For what possible values of `b` and `data` will `b[:len(data)] = data` (or parts of it) raise that exception? If you're able to dig in with a debugger, it would...

Do we need to author any documentation that helps people adjust to the breaking changes?

Thank you for your work @RachitSharma2001 !!

```python if 'load_host_keys' in transport_params: ssh.load_host_keys(transport_params['load_host_keys']) ``` Can't the user do this prior to the smart_open.open call?

I wonder if there's a better way to do this without having smart_open know all these paramiko details. I don't want to handle more transport parameters than absolutely necessary. How...

I got this in CI, can @TLouf please double check? ``` The gallery cache appears stale. Rebuild the documentation using the following commands from the gensim root subdirectory: pip install...

No, I think you did everything right, with the exception of those two files that the CI thinks you did not add. Can you add them? Or am I misunderstanding...

Yes, of course. Thank you for reminding me. @TLouf Thank you for your work!