jrom99

Results 19 issues of jrom99

The current behaviour of `python -m mccabe` (no positional argument provided) is an `IndexError` ``` File "/home/junior/.local/lib/python3.10/site-packages/mccabe.py", line 327, in main code = _read(args[0]) IndexError: list index out of range...

Okay, I found a pretty weird case where YAMLValidationError output shows the wrong line numbers. I don't know why, but the combination of Slug, values with brackets and missing keys...

The example code in [docs page for Key Validator](https://hitchdev.com/strictyaml/using/alpha/compound/mapping-with-slug-keys/): ```python from collections import OrderedDict from strictyaml import Map, Optional, Str, Seq, load, ScalarValidator # This example uses slugify from the...

- **App Name:** Tracer - **Icon Name:** tracer - **Description:** Tracer is a graphical tool for visualization and diagnostics of phylogenetic inference via MCMC output, especially BEAST. - **Webpage (optional):**...

icon request

This is an attempt to fix micheleg/dash-to-dock#1493 Some icons are not Gio.ThemedIcon, but Gio.LoadableIcon, so we can get their pixel buffer from memory. Also, if this fails, we can use...

- [X] I hereby agree to dual licence this and any previous contributions under both the _Biopython License Agreement_ **AND** the _BSD 3-Clause License_. - [X] I have read the...

**Describe the bug** The app available screen size gets smaller after certain actions are done. You can still scroll to access hidden content, though, so it's not completely unusable. **To...

bug
help wanted

For TSV files, the default `bat` behavior doesn't take data length into account to define header width. I'd like to propose using `column` to format such files, like the following...

Given a file with the following contents: ```css div { input { color: black; } } ``` The following problem happens ```bash doiuse --browsers "> 1%" test.css Error parsing file...

bug