Nicolas Avrutin

Results 11 comments of Nicolas Avrutin

Heh, I just started using emacs-webkit (also on Arch) and was about to start debugging this myself. Moving `struct sigaction old_action; sigaction (SIGCHLD, NULL, &old_action);` up to right above `WebKitWebContext...

I just hit this also. I think the problem is that the benchmark IDs are strings, not numbers. Changing my IDs to numbers caused the line chart to be generated....

Is it possible to limit the average calculation to a time range? Since the median isn't available, looking at the average over a time range would be good enough to...

I was going back and forth on whether to put the binary name and pid before or after the log level on the line. I think I'm leaning towards before...

Also in the firefox bug tracker: https://bugzilla.mozilla.org/show_bug.cgi?id=1652820

I think it wants square brackets instead braces: `M141 S[chamber_temperature]` The default machine start g-code had a few similar lines that used square brackets, for example `M190 S[first_layer_bed_temperature]`. I inserted...

The problem with the multiple nops is that sway's ipc protocol lets swaymonad listen to binding executions, not individual commands, so swaymonad sees that a binding was executed with "nop...

Sorry, I completely forgot about this and just renamed a file. Would you mind rebasing this? Then I'll merge it.

fd3d03c311afaf206772e5fd81f4a3040513aaab adds the ability to resize the master without changing focus to it (and to focus the master directly). A default for the master column size is more annoying and...

Addressed comments, went back to `Timestamp Loglevel `, rebased. I assume I should backport this to the v0.1 branch in a followup PR?