sucralose

Results 38 comments of sucralose

Right now, st and other terminals aren't mentioned in the README. If you mean the Installation wiki page - anyone can edit that, right?

Are you asking for how to replicate those options? Have you read axel's documentation?

I don't have write access to this repo; my only significance is that I own the original issue.

Doesn't your browser have a print page function? On qutebrowser I can use `:print` which works fine, so I assume Chromium has something similar.

(I'm not BioBox but I'm having the same problem) To use yacc, you uncomment ``YACC = bison -y`` in the Makefile, right? Or change it to ``YACC = yacc``? Either...

(I've also been using bison 3.8.2) I'm not familiar with bison but from briefly looking at the documentation on their site, I think the command would be ``bison -yd gram.y``,...

I'm able to get it to compile if I do a lot of manual removing in response to these errors, but that doesn't solve the root of the problem

https://github.com/meganz/webclient/commit/e2a42120495480807746bf0eb7ba736ddad1d7eb This can be closed now, right?

I haven't tried replacing the code but jiupinjia's suggestion of removing line 4 worked for me

(I'm still getting the same error)