Mohamed Bana

Results 78 comments of Mohamed Bana

I created an example that uses conditional complication which seems to work https://github.com/banaio/golanguageservertests/tree/conditional_compilation_issue_139. The branch name is `conditional_compilation_issue_139`. This package uses conditional compilation https://github.com/banaio/golanguageservertests/tree/conditional_compilation_issue_139/conditional_compilation_issue_139/fastwalk. However, `bingo` itself seems to error...

The problem is because is the call `s = types.ObjectString(o, qf)` is assigning `s` the value `"func len(v Type) invalid type"` in this line https://github.com/saibing/bingo/blob/master/langserver/hover.go#L151 You argue that you won't...

Confirm same issue - when I record on Wayland the gif just shows the cursor and black background, on X11 it records fine. Please fix this. Not all of us...

> It's not clear where and when secrets are being used. Could you provide more info on that? cc @adisuissa Are you referring to how I create the secrets? If...

Hello, @kyessenov, hope you're well. 1. Is there an ETA for this? 2. Are there unittests in the code base that test out the SDS and ensures that it polls/streams...

I should also add that we are not testing the `kusk` command itself. We are using `helm`. Ideally we should use both but we _should_ be testing out the `kusk`...

> And rename `auth-upstream` to `upstream` > > FROM > > ```yaml > x-kusk: > scheme: basic > auth-upstream: > hostname: upstream.default > port: 80 > ``` > > TO...

Unfortunately I am seeing very weird behaviour. After I apply my API spec on a freshly deployed cluster, I see the secrets appearing as `dynamic_warming_secrets` (sometimes): ```sh $ kubectl apply...