Jonathan Wheeler

Results 5 issues of Jonathan Wheeler

filtrex has a global name collision with requirejs's **require**. Can we please rename all references to **require**?

### Description This only happens when `--format tree` is used. `pipupgrade` seems to be getting stuck in a recursive loop while building the dependency tree for package `typing-extensions`. This may...

bug

v22.09.0 and later [adds support](https://github.com/myriadrf/LimeSuite/blob/v23.10.0/Changelog.txt) for LimeSDR Mini 2.0.

Avoid polluting the environment of tmux subprocesses. Before merging this PR, please test this using `env` in your shell to ensure that navigate_* and other variables no longer appear in...

If `ZSH_TMUX_AUTO_TITLE_IDLE_TEXT` is set to `%shell`, then the title will be set to `_zsh_tmux_auto_title_precmd`, because it's just being set to the function name instead of the shell: ```zsh _zsh_tmux_auto_title_precmd() {...