sga-13
sga-13
I have no experience in rust, all i can do is python and bash scripting (and weirdly java), I can try to take a shot at it, but please do...
Any update on this issue?
i no longer have this issue ( i do not think what i changed, most likely it is because i slightly simplified shell command), so most likely not a rio...
Is calling an external program within the scope? On linux (or any posix system) (`$1` is the input file here) ```sed '/^[[:space:]]*$/d' "$1" | sed 's/^[ \t]*//;s/[ \t]*$//' | awk...
yes, removing trailing spaces is important, as the duplicate lines sometimes have some extra white spaces, and deleting empty lines improve the awk loop (lesser total number lines) yes I...
I do not really know what the problem is, so i tried to demonstrate an example where it is breaking. If you are using wayland, then you can install wl-clipboard...
Thank you very much. I have not tested yet, but it seems to be the thing. Thanks again
I was able to install it by downloading `pdf2doi` source, and I just edited out the ==`1.21.0` (I dont know if there were any other name space or breaking changes,...