ms-lolo

Results 18 comments of ms-lolo

I would also love to have this functionality! We generate a lot of API docs using `sphinx` and would love to index the entire site together for better searching experiences....

The way we use tox with pipenv (not with this plugin), we want to test a couple different things: - does this package work on python verions x, y, and...

can someone help me understand if this is possible? @damienpontifex, were you able to get this working?

thanks for the response, @yongtang, I'm a little confused by this ticket then: https://github.com/tensorflow/tensorboard/issues/2424 I guess it's not clear to me how this support works when I am trying to...

ok last question! the docs you linked mention `TF_AZURE_STORAGE_KEY`, do you know if `tensorflow-io` supports using user and system managed identities for the blob operations? This should be possible if...

Just tested and I am seeing 404 errors when trying to run `tf.io.gfile.mkdir(pathname)`. I think this is the default error azure returns when you lack permissions to a location (so...

if it helps, this is how I would access the same location using the python blob sdk (just listing the blobs at this path): ```python from azure.identity import DefaultAzureCredential from...

I wasn't sure where to put this question so I chose what seemed to be a relevant enough issue! But let me know if you want me to move this...

Been poking around your issues for inspiration. Thanks for putting this repo together! I've started working in Python much more heavily in the last few years and have been very...

Thanks for the suggestion, @rmk135. It wasn't clear that I could provide a tuple of types there. I think your example will work for me. I think maybe I have...