Prakhar Gurunani
Prakhar Gurunani
@RishabhJain2018 Are you there... Please reply.
@AnishShah are you working on it ?
@AnishShah I have a small design for this feature. I am new to K8s, how can I start contributing to this KEP ?
Try using an API key. Get it from [here](https://developers.google.com/speed/docs/insights/v5/get-started#APIKey). Previously, PageSpeed used to allow API calls without an API key, but now they seem to have made it mandatory to...
@appleboy shouldn't we provide a way to call the handler with user-defined params for such cases?
@chris-lovejoy I can make GitHub Actions for this. Python anywhere allows users to run scripts at a particular Time in a day....So it will automatically be triggered. Publishing to Python...
I solved this by creating a nginx location block, which redirects `/rails` requests to the backend container. ``` location /rails { proxy_pass http://localhost:3000/rails; } ```