Erik Cervin Edin

Results 43 comments of Erik Cervin Edin

This doesn't seem to be an issue at all. Besides, transforming newline delimited json to proper json is as easy as ```sh sed '1 s/^/[/ ; 2,$ s/^/,/; $ s/$/]/'...

This is an issue related to the behavior of `sys.stdout` which is set [here](https://github.com/andialbrecht/sqlparse/blob/23d29933ddc4272b495d36e0e32d3eaf0c3ef76d/sqlparse/cli.py#L183). I believe setting it to `sys.stdout.buffer` might resolve the issue

I'm pretty sure this is a bug in the windows terminal and how it treats ANSI escape codes. There are others similar reports like [this openjdk](https://bugs.openjdk.java.net/browse/JDK-8258808) and [this coc](https://github.com/neoclide/coc.nvim/issues/2309). You...

I'm wondering if it has to do with the windows code page setting. I have a different machine with similar configuration where I don't see this issue. It has the...

I was able to [solve the seemingly related issue](https://github.com/neoclide/coc.nvim/issues/2309#issuecomment-994559247) by > changing the windows code page to `utf-8` [as per](https://superuser.com/a/1435645) resolved the issue on my machine

Actually I think I just assumed this was the reason the install failed when running a non-elevated shell. I believe I was using scoop.

I'm experiencing the same issue. sbt 1.6.2 git version 2.35.1.windows.2 GNU bash, version 4.4.23(2)-release (x86_64-pc-msys) mintty 3.5.2 (x86_64-pc-msys) I'm running Windows 10 with code page set to utf-8 I tried...

I experience the issue with VERY large diffs. 500 lines was fine but 1k+ it becomes a problem. Here's a script to reproduce the issue ```sh tr -dc a-z1-4 /tmp/random-1.txt...

Hi @mookid That's great! However, I'm a bit perplexed. Aren't you the maintainer?

Fair enough. Maybe I take a look at some point. For now I just switched back the pager of things like git log to diff-highlight On Thu, Apr 20, 2023,...