Simon Ser

Results 1964 comments of Simon Ser

Likely fixed by https://github.com/swaywm/swaylock/pull/225

swaybg uses a hack: it matches the output description. "Unknown" serial number has been removed from the output description in wlroots recently.

The POSIX spec just says: >The default value shall be "$ ". It's not clear to me whether this is the value set on startup, or whether this is the...

I bet this is because dash implements some commands like `echo`, `test`, `printf` as built-ins while mrsh forks and execs them.

That's a good question. I'm not sure yet. It's a little bit annoying to ship implementations for standard POSIX utilities on mrsh, but fork/exec is really slow.

>POSIX.1-2008 removes the specification of vfork().

I seriously doubt this will improve performance though. Interested in benchmarks in any case.

Yeah, this is a TODO. I'd merge patches to do so. Adding this to the core mrsh library has higher priority than adding it to executables.

What do you mean? I run Clang's static analyzer from time to time. I'd prefer not to run it for each pull request because it's slow and has false positives....

No, sorry, I'd prefer to stick with the current style. Readability and KISS first.