Sıddık AÇIL

Results 60 comments of Sıddık AÇIL

Okay. I also had the same problem when I was switching over from k9s to kubectx+kubens+fzf. I tested the solution with k9s and `kubens -u && k9s` results in `default`...

So let's say you executed `kubens ` Then opened up `k9s` You see pods in `` Then you close `k9s` Execute `kubectl config unset contexts..namespace` What is the NS you...

Okay, unknowingly I was on a super old version of k9s. So the process you have described was not the case for me and sorry for taking your time. Will...

**Test** Steps: - `kubens ` - `k9s --context ` Result: Shows pods from `` Then: - `kubens -u` - `k9s --context ` Result: Shows pods from all namespace under ``...

```python quaternion: torch.Tensor = torch.where(trace > 0.0, trace_positive_cond(), where_1) return quaternion ``` `trace_positive_cond` path is not taken for this matrix. What do you get when you calculate `cond_1` by hand?

> It's difficult to test function in main like now.BeginingOf... because it use time.Now() For testing purposes, one can just use the `With` free function which returns an instance of...

> config included inside every With() ate up to 40GB of RAM. You should have called this method at least several million times for that to happen. That is impressive....

I still think adding new commands can be automated in this fashion, as commands.json is still actively maintained and most of the PRs and issues for the library have the...

One way to go about this change public functions as ```java public List bar(final String key) { } public List bar(final String key, final String... keys) { } // or...

@SimonedeGijt @pinyht can you provide a barebones example project where this error occurs so that it is reproducible for maintainers?