Weike Qu
Weike Qu
If I do something like `ginkgo --cover --converprofile='test.out' ./...`, is there any way to ignore the mocks directory in generating coverages/composite coverage values? I've searched around the internet and forums...
**Describe the bug** Finch should make `finch attach` available as a top level command to keep parity with [nerdctl](https://github.com/containerd/nerdctl/blob/main/docs/command-reference.md#whale-nerdctl-attach). It is currently available as a subcommand as `finch container attach`...
**Describe the bug** Currently, path filtering is used in ci.yaml to make sure that docs only PRs don't trigger the full suite of end to end tests. Since implementation, the...
**What is the problem you're trying to solve?.** Currently, test data is not collected and aggregated. This makes it difficult to pinpoint flaky tests and diagnose the underlying reason why...
**What is the problem you're trying to solve?.** Currently, it is not user friendly and a big hassle to shell into the finch vm. I would like to be able...
**Describe the bug** After running a container that publish a port to the host, a vm stop/start makes the container unable to be run. Removing the vm and reinitializing does...
## Description - When both `onInput` and `onKeyDown` is used, `onKeyDown` should always fire before `onInput`, but with mathlive with React (not 100% sure if its caused by React), the...
**Describe the bug** In some cases, when using `FEModel3D.analyze()`, when the model is obviously unstable, no errors are thrown. This happens with the default options, but with `sparse=False`, errors are...
**Describe the bug** Define a simply supported beam with a hinge in the middle and a distributed load. Analyzing the structure using `analyze()` and it will run propery, but give...
## Summary of the Pull Request Adds a keyboard shortcut to be able to toggle the Keyboard Manager module on and off. ## PR Checklist - [x] Closes: #4879 -...