Xiaoyong Guo
Xiaoyong Guo
I have the same problem, server written in c++
I cannot upload the sample file, I got the error message says that file type not supported.
For string1.lex, a workaround I found is adding `#define yyinput input` . For string2.lex, I have to use `%option stack` and `yy_push_state `to workaround the issue. I just started to...
after I compiled flex from latest repo, the issue is gone. But I found the same issue also happens on centos8
please merge this PR.
jq program is usually very short, I mean 100 lines of jq program is like very big. Manually formatting isn't a big deal, I guess that's why nobody is working...
``` echo -n first line > a.txt echo second line > b.txt jq -R '.' a.txt b.txt # gives "first linesecond line" gojq -R '.' a.txt b.txt # print 2...
That's really easy. Slack-term is written in golang, so just build it yourself.