Nikhil Sharma
Nikhil Sharma
Please ensure your pull request adheres to the following guidelines: - [x] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request) - [x] All code is covered by unit and/or...
PR https://github.com/kubernetes-sigs/kubebuilder/pull/2608 skips GitHub actions that are not required when the changes are only in docs. This PR is a follow-up for the mentioned PR to skip prow tests.
# Description issue was to create toggle switch to change between themes but unable to do that but created a toggle switch in which the functionality can be added Please...
## Description This PR makes the `faas-cli` fetch the template specified in the config yaml of a function before pulling the default templates from `https://github.com/openfaas/templates.git`. ## Motivation and Context -...
## Expected Behaviour `faas-cli up -f pydict.yml` works fine and builds an image ## Current Behaviour - But for docker versions 23.0.0 or above the faas-cli up command shows this...
## Description This PR adds an empty status field in the function CRD definition ## Why is this needed? - [x] I have raised an issue to propose this change...
Hey - I am working on a video conference application. I inspired my video conference handling with the [**`sfu-ws`**](https://github.com/pion/example-webrtc-applications/tree/master/sfu-ws) example. - But I am using **`echo`** framework instead in my...
## Description This PR adds graceful shutdown for template `node18` functions. ## Motivation and Context - [x] I have raised an issue to propose this change ([required](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md)) ## Which issue(s)...
## Expected Behaviour When a function receives a SIGTERM signal the function should first handle the current ongoing requests before terminating the function. ## Current Behaviour Currently, when a function...
Hey @at-wat @Sean-Der - I am working on a video conference application. I inspired my video conference handling with the [**`sfu-ws`**](https://github.com/pion/example-webrtc-applications/tree/master/sfu-ws) example. - But I am using **`echo`** framework instead...