Results 41 issues of Sylvain

Hello, I haven't given this tool a try yet but it looks promising. I was wondering if there would be an easy way to make this apply to answers as...

_Not sure if a real issue nor if it is a known issue._ **Black https://github.com/psf/black/commit/196b1f** [Playground link](https://black.vercel.app/?version=main&state=_Td6WFoAAATm1rRGAgAhARYAAAB0L-Wj4AHfAKhdAD2IimZxl1N_Wm3O3HPXL6MX1nhJ0D37PlISgmUrszFZUHY31U5FD0VEfPCIC4nE1ruIPW0IdRVX-LihLk0p3djQv1qWBjEzFx2BuH9Vno6DYbkdC9iWQbK5PArAkqNG2QsTCnBpW-O6C3iaQkdACeFvAkSk1s0a9gs-uYi_NBX8_8Ou0UFDnq-CzvANnGay01tdM5vWA7VdSt2jHXNVXi1_G1gP0I3YAACGSWl5ewpXjQABxAHgAwAArl51oLHEZ_sCAAAAAARZWg==) ## Options `--line-length=88` `--safe` `--target-version=py310` ## Input ```python yield "1 2 3 4...

enumerate(string.splitlines) -> enumerate(string.splitlines())

**First failure** Date: 30th May 2023 Build: https://github.com/SylvainDe/DidYouMean-Python/actions/runs/5116309715 Jobs: https://github.com/SylvainDe/DidYouMean-Python/actions/runs/5116309715/jobs/9213186118 ``` Python 3.12.0a7 (main, Apr 5 2023, 12:47:07) [GCC 9.4.0] sys.version_info(major=3, minor=12, micro=0, releaselevel='alpha', serial=7) ``` ``` coverage run -m...

**First failure** Date: 16 March 2023 Build: https://github.com/SylvainDe/DidYouMean-Python/actions/runs/4710538550 Jobs: Python 3.10.0 alpha (all versions, 1 to 6 but not 7) ``` shell: /usr/bin/bash -e {0} env: pythonLocation: /opt/hostedtoolcache/Python/3.10.0-alpha.6/x64 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.0-alpha.6/x64/lib...

**Is your feature request related to a problem? Please describe.** It looks like the 2 (public) log formats that I use the most are not recognized by lnav: - dmesg...

enhancement

On the particular instance of Gerrit I am using, the link to comments do not work. In fact, it looks like the format of the link has changed at some...

As per the title, it looks to me like the option mentionned in the README does not exist anymore. Also, using "git log -p -S list-commits-exceeding-patch-set-count", I stumbled upon a...

Not sure if it really matters but it might fit huge numbers : both range and xrange are used making things a bit confusing. Is there any particular reason for...

After a system upgrade, I've created a new virtual env, installed Praw in it and tried to run the script and got this exact issue: http://stackoverflow.com/questions/36361826/keyerror-when-assigning-praw-reddit-to-variable I guess that the...