vthriller

Results 21 issues of vthriller

For instance, it still mentions flags like `-C`/`-U`/... instead of `ragel-rust` etc.

``` … File "…/env/lib/python3.3/site-packages/flaskext/genshi.py", line 223, in generate_template for key, value in current_app.jinja_env.globals.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems' ``` Obviously `:%s/iteritems/items/` fixes this.

http://www.users.on.net/~fzabkar/HDD/Seagate_SER_RRER_HEC.html

(see also TODOes mentioned in commit msgs)

just reminding myself about this branch

- [Subqueries](https://prometheus.io/blog/2019/01/28/subquery-support/) - [Comments](https://prometheus.io/docs/prometheus/latest/querying/basics/#comments)

> Grouping modifiers can only be used for comparison and arithmetic. Operations as `and`, `unless` and `or` operations match with all possible entries in the right vector by default. https://prometheus.io/docs/prometheus/2.18/querying/operators/#many-to-one-and-one-to-many-vector-matches

See: - https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/MetricsQL - https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/PromQLExtensions - https://github.com/VictoriaMetrics/metricsql - https://play.victoriametrics.com/promql/expand-with-exprs

```rust #![allow(dead_code, unused_variables)] use std::collections::HashMap; #[derive(Debug, serde::Deserialize)] struct Config { foo: Option, #[serde(flatten)] other: HashMap, } fn main() { let src = r#" aaa: 1 bbb: true ccc: 3 ddd:...

## How to reproduce ``` $ grep xkb .config/sway/config input * xkb_layout "us,ru" input * xkb_variant ",winkeys" input * xkb_options "grp:caps_toggle,grp_led:scroll,compose:menu" ``` Then: - connect to wayvnc - type in:...

bug