Russia (GMT+3)
Compiler guy. I like C, Rust and Go
yyp
on Libera.Chat and OFTCTicket created by ~yerinalexey on ~sircmpwn/himitsu
Example:
$ nc -U $XDG_RUNTIME_DIR/himitsu query -y proto=irc
The same problem occurs with
-h
flag.We should probably either not use getopt in this case, or add an alternative getopt that reports an error instead of exiting.
Comment by ~yerinalexey on ~sircmpwn/hare
This should be fixed in the latest QBE version: https://c9x.me/git/qbe.git/commit/?id=1162359a198ab6a18a734cb9f7955d0b28e342b6
Comment by ~yerinalexey on ~sircmpwn/hare
math::hypotf64
seems to be causing it. IL source: https://paste.sr.ht/~yerinalexey/884434fae1a12db5917ca591343ae2df5dcb22c1
~sircmpwn assigned ~yerinalexey to #685 on ~sircmpwn/hare
Comment by ~yerinalexey on ~sircmpwn/hare
Fixed in
066afc4a
Comment by ~yerinalexey on ~sircmpwn/hare
The real problem was that some environments remove carriage returns to "clean up" the text, which breaks the progress bar redraw. We should probably instead use
\x1b[0G
(move to column 0) terminal escape.
Comment by ~yerinalexey on ~sircmpwn/hare
Not sure why this wasn't automatically updated, but it is fixed as of
e9b63afe
Comment by ~yerinalexey on ~sircmpwn/hare
Is there a problem/bug caused by implicit subtyping?
~sircmpwn assigned ~yerinalexey to #584 on ~sircmpwn/hare
Comment by ~yerinalexey on ~sircmpwn/hare
Doesn't it already work?