Results 433 issues of Thomas Grainger

Describe the issue A clear and concise description of what the issue is. To Reproduce in one cell you need 755 ascii letters followed by a non-ascii character, you need...

bug
requires changes in Readstat

for example: input: ```python import sys import os import sys import os.path ``` expected output: ```python import os.path import sys ``` reorder_python_imports also has this feature: https://github.com/asottile/reorder_python_imports#removes-duplicate-imports

enhancement

CSS whitespace changes are 'always' safe Some rules that would be neato to fix: * no-missing-end-of-source-newline * comment-empty-line-before * comment-whitespace-inside

I want to be able to write a function that works on any browser/node like: ```js const nodeUrl = require('url'); const assert = require('assert'); function setQuery(url, key, value) { const...

feature request
help wanted
parse
stringify

as in https://github.com/Gillespie59/eslint-plugin-angular/issues/437 but enforce identifiers only.

Rule
Hacktoberfest

I've got a functions: ```python def get_producer(): tool = Tool() async def start(listener): def on_event(event): listener(event) tool.on_scan_result = on_event tool.start_scan() await tool.transport.drain() async def stop(): tool.stop_scanning() await tool.transport.drain() return {...

In pip-tools I want to be able to store the args that pip-compile was called with in its output. However I want to normalize the output so that syntactic arg...

consider: jshell> "foo".chars().map(v -> v + 2).reduce((a, b) -> a+b) also, can you enable issues. --- This change is [](https://reviewable.io/reviews/efoxepstein/stupid-machines/1)