tom
tom
@rofl0r I have the same problem on archlinux: > ➜ ~ proxychains dropbox > [proxychains] config file found: /etc/proxychains.conf > [proxychains] preloading /usr/lib/libproxychains4.so > [proxychains] DLL init: proxychains-ng 4.13 >...
➜ ~ grep exec < log.txt 7631 execve("/usr/bin/dropbox", ["dropbox"], 0x7fffddb847f8 /* 51 vars */) = 0 7631 read(4, "proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0\nsys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0\ndev /dev...
aes 的 block 是16
@quodlibetor Can I get `Tz` from `FixedOffset`?
My RLS crashed too, but with a different log. Version of VSCode: 1.13.1 (1.13.1) Version of the extension: Latest: 0.4.2 Version of RLS: rls 0.1.0-nightly (d26fd6f 2017-06-20) OS: ubuntu 17.04...
Hi, thanks for the contribution. I have left some comments, please take a look.
It is not supported, PR are welcomed.
Hi, you can use `Row` for generic data, check out [this example](https://github.com/nooberfsh/prusto/blob/master/examples/simple.rs).
You are right and it is limited by the [serde impls for tuples](https://docs.rs/serde/latest/src/serde/ser/impls.rs.html#406-423), I think there are some ways to solve this issue: - implement `Serialize` for tuples with more...
@bogdanstate I made a PR that make the `Presto` macro support up to 32 fields for Structs and have merged into the master branch, please check out and have a...