Ginger Old

Results 105 comments of Ginger Old

Forgot to mention, I did have: let g:ale_c_cc_executable="/opt/arm-none-gcc/bin/arm-none-gcc" and this one always showed up in ALEInfo, it's just ignored as ALE treats my code as native c code and uses...

If I do not have any above manual changes and I produce a compile_commands.json file that has correct directory, cross-compiler name, flags etc, ALEInfo still shows it uses 'clang' to...

I think it is still much more valuable to search manpages on linux on-the-fly, as manpages are installed incrementally over time, the script above only generates static linux and posix...

that won't work in gnome though, I don't know how Dash does it, the manpages are all gzipped with many symlinks, the best is to locate them based on search...

same here, but a bigger question is, is this project still actively developed? seems no activities in two years.

on ubuntu 20.04 with go1.14.2 installed(not via gvm), I just installed gvm and dod 'gvm install go1.14.6' and it worked well.

that was tested against the master branch, it happens to be my files with - and _ can not be displayed, then I realized(see another issue) some random files are...

Yes I set the iptables chain up(iptables -N NETFLOW, iptables -I INPUT -j NETFLOW, iptables -I FORWARD -j NETFLOW, iptables -I OUTPUT -j NETFLOW), otherwise nfdump(the open source command line...

this happens with go 1.17.2 as well

same problem here, can not use tslab due to this is. console.log() is really in node.js and not just the browser(dom), can this be supported? if I need supply a...