Replies: 4 comments 8 replies
-
I've encountered this error before, but I was of the impression that his has been fixed already. Can you check if you're running the latest version of Dolos? (v2.0.1) With |
Beta Was this translation helpful? Give feedback.
-
I'm running:
Yes, I'm aware of |
Beta Was this translation helpful? Give feedback.
-
Well, I can reproduce the problem of "indefinite loading" of the pair view easily, but there is no error reported on the console I run dolos from. Shall I enable some debugs to see some? Regarding alternatives to the web pair view, would generating some text file (e.g. simple html or markdown) for each pair of files, upon extra user request, make sense for you? It would come handy IMHO. |
Beta Was this translation helpful? Give feedback.
-
BTW, I've come across https://stackoverflow.com/questions/27397865/how-to-write-stdout-to-file-with-colors. The solution of saving colored text using
Still, it would be nice to have the possibility of generating color text pair view directly, preferably directly saving colored fragment match for pairs of files with similarity above some threshold (possibly saving them along the dolos report itself)? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to capture the output from console to a file, but I get the following error:
(Perhaps, the code attempts to learn whether the console is able to display colors?)
Can I turn the color output off somehow, please?
Also, the same problem appears on a color console (
rxvt-unicode-256color
) when running dolos from the provided docker container. Weird.I'm running Node.js v16.14.0 on Fedora linux.
thanks
Beta Was this translation helpful? Give feedback.
All reactions