Ilia Mirkin

Results 76 comments of Ilia Mirkin

... and it makes things work for a bunch of people, so I think we should leave them in place. Doesn't hurt anyone...

That'd definitely be nice... not move, but symlink. Ideally we'd come up with a single set of instructions that works well for everyone. The script can be adapted to facilitate...

Looks like the following patch fixes the problem. ``` diff --git a/src/vogleditor/vogleditor_qsettings.h b/src/vogleditor/vogleditor_qsettings.h index 215d495..db8c171 100644 --- a/src/vogleditor/vogleditor_qsettings.h +++ b/src/vogleditor/vogleditor_qsettings.h @@ -3,6 +3,7 @@ #include "vogl_dynamic_string.h" #include "vogl_json.h" +#include #include...

I've since made a few more fixes to the decimal language. But not seeing any response here, perhaps these issues aren't of concern? i.e. should I rebase + add some...

Are you sure that it doesn't already work? I think just having ``` [general] nameservers=https://cloudflare-dns.com/dns-query ``` should do the trick based on my read of the code. (Completely untested though.)...

It's not generally legal to do this, but the `PIPELINING` extension ([RFC 2920](https://www.rfc-editor.org/rfc/rfc2920)) allows it for certain commands, when advertised by the server. Specifically from section 3.1: > In particular,...

Pretty sure the core tokenization logic supports it since it goes through `scanner.Int`. However `parseNumber` doesn't deal with it -- you could change that to fallback on `strconv.ParseInt` with a...

Worth noting that gval's base/arithmetic language can't represent actual integers, only float64's. You'll run into precision issues once you go above 1

I've probably mentioned this before, but I have, by now, an ancient patchset which enables locale support in plovr: https://codereview.appspot.com/6194048/ https://codereview.appspot.com/6201051/ I believe my approach in those patches was to...

What's wrong with using the firmware from 325.15? That's the only one supported for the context switching firmware.