msrd0
msrd0
At least for Rust's toml implementation, unquoted strings are not a thing, and result in a _failed to parse datetime_ error message.
@RedSoxFan Thanks for posting your workaround. However, it only works for buttons 1-9 (sway complains about config errors if I put `button10`), and my mouse manufacturer decided to use button...
Thanks, that works. I believe this should be documented somewhere.
I completely agree with @erlend-sh that it must be far easier to use matrix for users outside the it section. Usually, when I ask them to install matrix, they download...
> Man, for the next version each dependency is getting its own feature. That would actually be cool - but also kind of the opposite of what this PR is...
There appears to be a crate that brings `strfitme`-compatible formatting to time: https://crates.io/crates/time-fmt Maybe tera could use this crate to replace chrono?
I have exactly the same problem as @G2G2G2G. I couldn't search messages, tried to reset the index and now it cannot be recreated. I've installed element through the official ArchLinux...
Thanks for the report. Is there anything we can do? Hyper 0.14 support has just landed with #92, but if you need surf with tokio support, hyper 0.13 still seems...
What's the status on this PR?
@moisesdelacruz Can you confirm that you ran these tests in release mode? Rust in debug mode can be pretty slow