Bob Hyman

Results 20 issues of Bob Hyman

Substantial logic change for the addin; deprecate `--flake8-ignore`, `--flake8-max-line-length` and `--flake8-max-complexity`, instead lets `flake8` configuration make these settings. `--flake8-ignore` uses arguably better semantics than flake8 `--per-file-ignores` and `--ignore` but having...

When adding an overlay to a chart, if you try to use a KMZ file whose main entry is not named "doc.kml", AvNav complains. It is being unnecessarily strict: [KML...

Several issues with Xonsh path completer displaying either completions in the (prompt-toolkit) completion menu or displaying a single selected completion on the command line. No issues (found so far) with...

good first issue
completion
priority-medium
v1

Motivated by a desire to monitor my bilge pump in SignalK. But a standard should be applicable to other kinds of pumps (think domestic water, hydraulic, macerators) and to intermittent...

### Related problem Nushell default range is closed (includes both start and end values), those in Rust are half open (\>= start but \< end). ```rust 〉[0,1,2,3] | range ..2...

enhancement
semantics

### Describe the bug Can't calculate duration between 2 datetime columns in a dataframe. Also cannot calculate other_date from datetime and duration columns. ### How to reproduce Problem trying to...

dataframe

### Describe the bug I can't get this command to work, and can't figure out why. ### How to reproduce ```rust 〉$x | describe dataframe -------------------------------------------------- /home/bobhy/work -------------------------------------------------- 〉$timestamps |...

dataframe
unhelpful-error

### Related problem Re [this discussion](https://github.com/nushell/nushell/pull/11621#issuecomment-1938874208) concerning globbing arguments of `rm`, it turns out that nushell already has the feature that would add the desired safety without compromising convenience: `rm...

enhancement
needs-triage

`amalgamate.py` requires global names to be distinct across the set of modules which are processed. It issues a warning when it detects the same global name in multiple modules, but...

Related to #3703 and PR #3377, but with more feeling. ## Steps to Reproduce / Current Behavior ```xsh # Case 1: not defined in OS environ, but Xonsh has a...

windows