Hamel Husain

Results 190 comments of Hamel Husain

It is not possible to host a Docker Action on anything other than DockerHub right now, this is a limitation of Actions, per @francisfuzz

~This is one relevant issue that is already open: https://github.com/github/help-docs/issues/11163~ I don't know if there are public issues that you can track. I'll find out if there is such a...

This is definitely doable and could be straightforward from the embeddings we are already generating from the [Issue-Embeddings](https://github.com/kubeflow/code-intelligence/tree/master/Issue-Embeddings) microservice. I'll put this on a project board

I encountered these genre of issues when building Issue Label Bot for the first time, feel free to take a look at https://github.com/machine-learning-apps/Issue-Label-Bot/blob/master/flask_app/app.py Incase their is a recipe there that...

@jlewi I think I'm lost with some of the code changes. Can you point me to the flask app code that is serving the Label Microsservice? I can't seem to...

@jlewi I have an idea how to fix this (I would test it myself, but not sure how to test the microservice): ```py # import set session import tensorflow.compat.v1.keras.backend.set_session as...

Oh and sorry for making you repeat the documentation, I should have just looked there instead 🤦‍♂ my apologies

ok I will put this on my backlog

Yeah, I suppose it makes sense to separate the front end and back end. Maybe more accurately, we can call it a "reporting service" since the website (mlbot.net) doesn't really...