Tushar
Tushar
## What Ability to copy selected value to keyboard ## Why Useful as a quick way to extract some value from JSON and work with it without using a mouse...
## What When exiting, we could use either an entry flag or a keyboard shortcut to output selected value to standard output. ## Why This would make `fx` useful as...
I want to use Twirp with structures generated by gogo's `gofast` compiler for idiomatic go structs. As of v8.1.2, twirp generated code seems to not be compatible with gogo's `gofast`...
As the title says, custom `zsh-completions` scripts do not work for me unless I call `compinit` again. I've been unable to figure out why this happens. As a workaround, I've...
Addresses a concern from #36201. ### Summary of Changes - Saving responses from the GET Request is now optional and disabled by default. - The saved result now uses the...
Pull Request for Issue #36677. ### Summary of Changes - [x] Explicitly disables the "run task" button on insufficient authorization. - [x] Adds tooltip to give context on disabling the...
### Summary of Changes A logger is injected into Task at creation, and into routines through ExecutedTaskEvent at runtime. ### Testing Instructions Tasks should be logged as expected to the...
### Summary of Changes Replace the ExecRuleHelper class with Task::computeNextExecution(). ### Testing Instructions - Creating new tasks and modifying existing tasks works as expected. - Triggered tasks computer next execution...
**Is your feature request related to a problem? Please describe.** I recently lost a session snapshot that had at least a dozen tabs (most unsaved) due to a Windows BSOD....
**What this PR does / why we need it**: Adds tests for exported functions in `pkg/services/govmomi/service.go`. These functions include: - [ ] ReconcileVM() This function reconciles a vm reference to...