Mariusz Mazur
Mariusz Mazur
Example scenario: caps+hjkl are mapped as arrow keys. Reproducing the bug: 1. press KEY_CAPSLOCK 2. press KEY_H; this sends "KEY_LEFT down" 3. wait a few seconds for repeat to kick...
When remapping a key 1:1, any additional modifications can be applied to the target key, like so: ```yaml KEY_LEFTMETA: - code: KEY_LEFTALT arg1: true arg2: false ``` This syntax works...
I've seen discussions where people mention that using remappings disables a given modifier key for any use outside evdevremapkeys. A simple and elegant solution to this would give the option...
### Problem to solve For the purpose of defining a simple SLO both pyrra's and sloth's syntax is much clearer and less verbose. While we can't get to the exact...
### Problem to solve The way `metricSource` has been implemented in #111 is: * inconsistent with how the rest of the spec works: * `incidatorRef:` is on the same level...
The (default) optimized `slo:sli_error:ratio_rate30d` uses an expression of `sum_over_time() / count_over_time()`. This is following 9cd31771 which changed it from `avg_over_time()`. I'm very confused on what the difference is. The definition...
https://github.com/efficientgo/e2e/blob/main/go.mod#L5-L6 says: ``` require ( github.com/efficientgo/tools/core v0.0.0-20210129205121-421d0828c9a6 ``` efficientgo/tools@421d0828c9a6 is a _commit does not belong to any branch on this repository, and may belong to a fork outside of the...
I'd like to be able to use pyrra's functionality in an environment that does not match how pyrra is supposed to be deployed. To that end I'm interested in the...
The web clipper does not detect google docs' content properly. Would be nice if it did.
### Problem to solve The initial versions of the spec allowed defining multiple targets per SLO by having those targets be elements of a list called `spec.objectives`. With the addition...