Alessandro Pezzato
Alessandro Pezzato
This can be achieved just changing the frontend
``` Crate: net2 Title: `net2` crate has been deprecated; use `socket2` instead Date: 2020-05-01 URL: https://rustsec.org/advisories/RUSTSEC-2020-0016 Dependency tree: net2 0.2.34 ├── miow 0.2.1 │ └── mio 0.6.22 │ ├── tokio-uds...
`net2` is required by `mio 0.6.22`, required by `jsonrpc-http-server`
https://github.com/paritytech/jsonrpc/issues/575
``` Crate: spin Title: spin is no longer actively maintained Date: 2019-11-21 URL: https://rustsec.org/advisories/RUSTSEC-2019-0031 Dependency tree: spin 0.5.2 └── ring 0.16.15 └── jsonwebtoken 7.2.0 └── devand-crypto 0.1.0 ├── devand-web 0.1.0...
This depends on `ring`, reqiuired by `jsonwebtoken` See https://github.com/briansmith/ring/issues/921
``` Crate: block-cipher-trait Title: crate has been renamed to `block-cipher` Date: 2020-05-26 URL: https://rustsec.org/advisories/RUSTSEC-2020-0018 Dependency tree: block-cipher-trait 0.6.2 ├── aesni 0.6.0 │ └── aes 0.3.2 │ └── aes-gcm 0.5.0 │...
You can do this: ``` tail -f file.csv | (while read line; do echo "$line" | xsv table; done ) ``` But the resulting cells will not be correctly aligned...
> We could close this issue now this is resolved? Actually, with mqtt311 0.2 (the last one) it hits `unimplemented`. It is an `mqtt311` issue but at the moment if...
I have this problem too. 1sec play, 3sec pause, repeat. Each time it starts again, this error appears in the terminal: ``` Error disabling idle display sleep "The name org.freedesktop.ScreenSaver...