Kumar Utsav Anand
Kumar Utsav Anand
## Expected Behaviour The `parallel` flag in `faas-cli publish` should not give an error. ## Current Behaviour `faas-cli publish --parallel` gives out an error: ## Possible Solution PR in the...
## Expected Behaviour I shoud be able to deploy my function with faas-cli ## Current Behaviour faas-containerd is crashing with an index out of range error ## Steps to Reproduce...
## Description: Hi @lorenzodonini :) We use your library at production @daheimladen We have been having issues with stations connected over WiFi, where at times the stations either would not...
Ref issue #66 Hi @lorenzodonini ! I created a PR for cancelling and removing request that originate from server to client, with ref to the in progress PR already done...
Explicitly use context.CancelFunc type for cancel Signed-off-by: Utsav Anand Although `context.CancelFunc` has the type defined as `func()` I believe we should use `context.CancelFunc` for consistency IMHO