Russell Cohen
Russell Cohen
- Max string length before ellipsis - Number of decimal points - outputs per second
eg. `sum(response_ms*2)`. Expressions can be used either inline or as an assignment: `let response_ms = response_ms * 2`
eg. `Date Received`
Or at least validate that: - version in `cargo.toml` matches the tag - new version of published to crates.io I seem to forget to do this 90% of the time
Operators can return `Result`. The expression machinery already supports it. The renderer needs to support it as well.
something like `--passthrough` If a line isn't matched by the pipeline, it will be printed as-is to stderr.
There are currently several places in the language where we accept arbitrary expressions: 1. In the clause of `where` 2. In the argument of aggregates (`sum(xyz)`), 3. In the group-by...
This would allow a single claim method implemented in a parent class: ``` class Base(Model): @classmethod def _claim_polymorphic(...): ... class Sub1(Base): ... class Sub2(Base): ... Poly = PolyModelType([Sub1, Sub2]) ```...
Would be nice to be able to build `.deb`s in addition to binaries