Results 15 issues of tom

code: ```rust use serde::{Serialize, Deserialize}; #[derive(Debug, Serialize, Deserialize)] struct Res { r: i32, #[serde(flatten)] d: Option, } #[derive(Debug, Serialize, Deserialize)] struct Data { b: bool, // expected type is bool...

https://github.com/xen0n/go-workwx/blob/ff9a8684c8e3da97ba6bb021d4490a3f0c1ab79b/internal/lowlevel/pkcs7/mod.go#L3

[abomonation](https://github.com/TimelyDataflow/abomonation) is a serialization library mainly used in [td/dd](https://github.com/TimelyDataflow), this PR make `Decimal` works with [td/dd](https://github.com/TimelyDataflow).

- `SET ROLE/SESSION/TIMEZONE` statement - Named window - Lambda expression - `CREATE TABLE AS` statement - Empty array expression based on #62

Hi, I'm very interested in incremental computation and I have learned dd for a while. I found dbsp some days ago and it seems can do the same things as...

question