Harjas
Harjas
I am able to reproduce the same using the steps provided in description. Digging into the code, there are two `Visit(fn VisitorFunc)` calls: https://github.com/kubernetes/kubectl/blob/fdbcc2710435e59cee996dccd6d219b4ed98fff3/pkg/cmd/scale/scale.go#L213-L238 the function does not traverse the...
@eddiezane yes, I will work on this /assign @harjas27
`describe` uses `scheme.Scheme` and calls: https://github.com/kubernetes/kubernetes/blob/10dcc6c5f44a0607881cd2f3bd5c4d80f61ad120/staging/src/k8s.io/kubectl/pkg/describe/describe.go#L1962-L1965 I guess the `fieldLabelConversionFuncs` map is empty and only the default `metadata` fields are accepted: https://github.com/kubernetes/kubernetes/blob/10dcc6c5f44a0607881cd2f3bd5c4d80f61ad120/staging/src/k8s.io/apimachinery/pkg/runtime/conversion.go#L33-L42 Also the error is not logged
I would like to work on this one, suspect this as the cause: `OrderTracker` maintains two dicts - `_tracked_limit_orders` and `_shadow_tracked_limit_orders`. Whenever a limit order is created, it gets added...
Added the fix, can you review? @nikspz
@nikspz I would like to work on this one
@nikspz please review -> https://github.com/hummingbot/gateway/pull/326
hi @nikspz, I have submitted the form
Hi I have a submission here https://github.com/harjas27/vdf-wrapper. Please review