Nelo-T. Wallus
Nelo-T. Wallus
The existing functionality of `load()` is preserved: 1. Load helper files in the same directory the current testfile resides in 2. Load helper files by absolute path Additionally an environment...
The second commit, for `hp.ObjectKind`, requires the first commit to properly exit the switch. I haven't noticed it before, but at least now, with 9.1.0, all payloads contain the `object_kind`...
Introduce logging Soft-touched logging would be nice, e.g. ``qf#log``, ``qf#debug`` and ``qf#error``, which prefix the message with a ``vim-qf:level:`` and the debug level only showing when e.g. ``g:qf_debug`` is true...
A neat feature would be to save the named lists as well as the location/quickfix lists like a viminfo file. For qf/named it's relatively easy, qf is global and named...
It would be really nice if you could make the apk available for testing through the [play store beta](https://support.google.com/googleplay/android-developer/answer/3131213?hl=en) or via [fdroid](https://f-droid.org/) (fdroid lets you upload betas and lets users...
## Summary Adding a framework for integration tests. Startup takes a long time - I am contemplating adding support for a shared embedded etcd (or an external etcd like in...
Was looking for exactly that today. ## Summary by CodeRabbit - **New Features** - Added the ability to track and display the function that created each goroutine in stack traces....
### Describe the bug The test `TestWorkspaceController/add_a_shard_after_a_workspace_is_unschedulable,_expect_it_to_be_scheduled` has been flaking a bit recently: ``` controller_test.go:171: Create a workspace without shards controller_test.go:171: Expect workspace to be unschedulable eventually.go:123: Error Trace: /home/prow/go/src/github.com/kcp-dev/kcp/sdk/testing/helpers/eventually.go:123...
`authorization.kubernetes.io/cluster-name` was deprecated in https://github.com/kcp-dev/kubernetes/pull/178 and pulled into kcp and documented in https://github.com/kcp-dev/kcp/pull/3530. It is being replaced by `authorization.kcp.io/cluster-name`. These changes were merged after the v0.28.3 release. This issue tracks...