Nick Timkovich

Results 14 issues of Nick Timkovich

I've had cases where it's nice to be able to compose the standard validators to do what I need without needing to write a custom function. It generally ends up...

Feature

I saw https://bugs.python.org/issue37969 and was curious how YARL handles an empty querystring given that [RFC 3986 § 6.2.3 says](https://tools.ietf.org/html/rfc3986?#section-6.2.3) > Normalization should not remove delimiters when their associated component is...

**Describe the bug** Inconsistent and confusing behavior of the playground. See GIF below for details. The first run I ever did in it gave me the really confusing "look at...

bug
cannot-reproduce
semgrep-app

### Status Quo Currently you can disable specific messages or severity classes (error, warning, refactor, convention), so to do pylint runs of various stringency, you could do one of *...

Enhancement ✨
Minor 💅
High priority
Needs PR

The [docs](https://cleo.readthedocs.io/en/latest/helpers/table.html#table) ([source](https://github.com/sdispater/cleo/blob/0e2e021d0295ec60d28387bda93f4885b83769f7/docs/helpers/table.rst)) mention being to add separator rows to tables (`self.table_separator()`), but the method seems to be entirely missing. [Nothing found about it other than in docs](https://github.com/sdispater/cleo/search?q=TableSeparator&unscoped_q=TableSeparator) in this...

I stumbled onto issue #219 on accident by having a loose `` that totally shredded page layout. I quickly corrected it in my Gist, but the NBViewer seems to have...

Some strange edge case probably, but pipenv kicks out strings like `"flake8" = "==3.6.0"` every so often which triggers it. Doesn't even seem like the GitHub formatter gets it right...

Class attributes on `typing.NamedTuple`s don't seem to be picked up, so pylint thinks they're missing and throws a `no-member` error. Sounds related to #1628 which was about methods on them...if...

Bug :beetle:
Help wanted 🙏
Good first issue
Needs astroid Brain 🧠
topic-typing
Hacktoberfest

It's common for text editors and shell redirection to generate a file that ends in a newline, which is then extremely difficult, if not impossible, to enter into the browser....

For the lazy (like me) who sometimes end up copying DOI URLs with the `dx.doi.org` prefix. Travis-CI was choking for me, so I had to add `sudo: required` to the...