vidraj
vidraj
The HTML, CSV and TSV rendering provided by `render-seq-generic` is meant to represent a table of (named) values, so the sequence should look like `[{:reaction "wow" :attitude "cool"} {:reaction "nope"...
Thank you for your swift reaction and the comments! > I think the HTOP_SIGENTRY macro and the first sed script can be simplified to something like this (the code is...
> How is it possible for a `SIG*` macro to contain braces without causing a syntax error upon use? > > I see the possibility for a signal name macro...
I mean umask in the general sense of creating the directories with insufficient permissions. I'm not sure what mechanism causes it, but the documentation of bubblewrap explicitly says that directories...
I see that I used the term umask incorrectly in point 2, apologies. :-)
I see this with the QEMU binaries if they are installed into e.g. `/usr/local/bin`, which would not ordinarily exist in the target FS unless some native software was installed there...
> I'm wondering why your QEMU is in /usr/local/bin. Did `app-emulation/qemu[static-user]` not meet your needs? It generally does, but I also use a custom patched QEMU for PA-RISC. I don't...
I encountered this error while trying to build version 1.0.7 for 32b PowerPC a few weeks ago. However, then-current Git HEAD (6cdcbfd0fed5b0e695ab279571580749f6832664) works fine. Thank you for fixing this! 👍
(Note: I didn't read the HN thread, as the link doesn't work for me. Perhaps I'm just repeating ideas that were already discussed there. Also, apologies for resurrecting a closed...
I'll try to explain the issue with an example, hopefully that'll get my point across better than an abstract description. O:-) --- Let's assume that two clients, `A` and `B`,...