Tanner B. Hess Webber
Tanner B. Hess Webber
It would be great to be able to customize the output using flags to make the output more consumable from within CI environments. I'd be more than happy to tackle...
This PR modifies the output of the package such that the unresolved imports category shows where the import was called from.  I didn't dig deep enough to figure out...
Currently, the report shows: 1) a summary with the list of entry points 1) a list of unresolved imports (import destination only) 1) a list of the unused deps by...
https://github.com/nvbn/thefuck/blob/5198b34f24ca4bc414a5bf1b0288ee86ea2529a8/thefuck/rules/git_branch_delete_checked_out.py#L17 I'm curious if this is intended to be updated to `main` rather than `master` or if there's a rationale for keeping it set to `master`.
### Expected Behavior Developers should be able to opt-out of the range-input's scroll behavior. ### Actual Behavior Range inputs always have the scroll behavior even if you attempt to override...
#### What does this PR do? Enables a user to opt out of the mouse wheel behavior by setting the `onWheel` event on a range input. #### Where should the...
_Note: This may exist and just not be documented/be documented somewhere that I didn't look._ 1. Provide ability to pass a `--fix` flag to the cli or `config.fix: true |...
## Expected Behavior When I have a JSDoc comment that doesn't have code immediately after it and run `clasp push`, the comment should be pushed to the GAS editor. ##...
This PR closes #4105, first proving that the bug exists and then resolving it. The previous code seemed to have some expectation that a valid, non-string argument could be passed,...
For months now, I have been wondering why `cy.login` seems to log me out and then back in every single time. Turns out, our cookie is chunked, so looking for...