Abhilash Gnan

Results 9 comments of Abhilash Gnan

Thanks @ketankr9! I was not aware of open API or where to find the list of available endpoints. I'll give this a shot as well before then if i'm able...

Sadly i couldn't get tests running locally. Let's see if build passes.

Seems like the google storage objects used in this repo are not publicly available anymore. I worked around this by running a separate script here https://github.com/nshepperd/gpt-2/blob/finetuning/download_model.py#L19 which downloads the model...

This is a problem originating deep down in dependency chain inside core yaml library: https://github.com/ghodss/yaml. Refer to [this comment](https://github.com/helm/helm/issues/1707#issuecomment-268347183) in helm based on their investigation.

Hi! I was playing with plugins recently. So i made preliminary changes for this issue in my branch - https://github.com/jan25/krew-index/compare/master...jan25:add-shipperctl?expand=1#diff-3de6258562a7a82dd5669df5d77dd1f8. Let me know if i'm missing something, if its looking...

@yurishkuro Hi! is this issue valid still? If so, i'm happy to take a look.

There are more links in opentracing.io with similar problem that directly point to `.md` files in specification repo. Not sure if Hugo has some feature to handle such scenarios, where...

I was able to solve this by setting up a `uwsgi.ini` to start up the server, and use `@postfork` from uwsgidecorators to ensure the tracer is initialized once per forked...

@donnlee i have the example here https://github.com/jan25/hotrod-python/blob/master/services/frontend/server.py#L14