Alex Lunacharskii

Results 3 issues of Alex Lunacharskii

#### Question What is the recommended way to format html and rust code within the `html!` macro invocation? #### What I've tried (optional) rustfmt 1.4.14 - doesn't (re)format anything within...

question
A-yew-macro

I'm running import from a blockchain DB on a MacOS machine ``` pbtc --btc -d /Volumes/Data/pbtc --verification-level none import /Volumes/Data/bitcoind-data/.bitcoin/blocks ``` I've stuck on a block `391000` with the error:...

It would be nice to upgrade used tokio runtime to 0.2. Currently it is impossible to seamlessly run async code with e.g. latest versions of: ``` reqwest = "0.10.6" redis...