Jakub Kuczys

Results 160 comments of Jakub Kuczys

I've run into a similar issue which also was resolved by explicitly choosing a version of vagrant that is provided by Hashicorp's PPA rather than Canonical's: ``` ==> default: Waiting...

Hi, is there anything else you need me to do here or will this just get merged at some point before the next uvloop release and I shouldn't worry about...

Yeah, sorry for not saying that, but the new code navigation beta makes all Syntax coloring themes look wrong anyway.

We could also argue that the whole syntax coloring with code navigation enabled and GH Dark not installed looks wrong too, so it's actually an issue on GitHub's side, I...

@silverwind I think this commit only fixes the issue mentioned in #1132, not the whole issue with syntax coloring that happened due to GitHub's new code navigation feature.

Not so long ago I tried reaching out to GitHub on Twitter since the feedback sent through their private feedback form didn't get any response. I tried to explain the...

Run this on Windows (due to `os.linesep` being equal to `"\r\n"` there): ``` python -m pip install -U pre-commit git clone https://github.com/jack1142/pip-tools-issue-1448 cd pip-tools-issue-1448 pre-commit run --all-files ``` See the...

@AndydeCleyre Seems to work as intended.

> @ssbarnea @jack1142 > > Maybe the move forward is to collpase #1491 into a single new flag, `--preserve-newlines` (or similar): > > - without it, always use `LF` >...

#1584 could use a PR description as the difference between these PRs is not immediately clear. Based on the code read, it seems that #1584 has the behavior of `--newline=LF`...