enh-google

Results 245 comments of enh-google

> Cursoring over into the right side of the screen and typing into there was a thing I considered i think using tab to switch back and forth is more...

an alternative that came to me was to not actually let you switch mode at all, but to have ^Q or something mean "the next thing i type is a...

This certainly looks similar to the macOS failure when you're in the C locale. I thought we already hard-coded a utf8 locale in this test for that reason though? On...

No idea, I'm a default install kind of guy 😃 but, yeah, that sounds plausible. Ask the submitter for an strace? On Wed, Oct 27, 2021, 23:05 Rob Landley ***@***.***>...

needs utf8 locale for utf8 tests to pass.

> https://android.googlesource.com/platform/ndk/+/refs/heads/master/build/ndk-build > > Conditional nested declaration of the log() function, around line 103. gittiles (and internal cs/) tip you might not have come across: if you click on the...

fwiw, since you asked the question out loud on your blog, here's toybox top on an idle 128-core machine: ``` ~/toybox$ ./toybox nproc 128 ~/toybox$ ./toybox top Tasks: 1049 total,...

(sorry for derailing this thread, but, yeah, that's the hard part ... it seems obvious and unobjectionable to me that "four digits of megabytes is one too many", which fixes...

mail the patch to the mailing list? it's often easier to get rob's attention there :-)

> ``` > id nobody > uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup) > ``` > > but tar.test try to use nobody as a group, > > ``` > skipnot id nobody >/dev/null...