Dmitry Rodionov
Dmitry Rodionov
I have an "unmapped" (to DB, meaning table does not contain a corresponding column) property `User.phones` in my struct: ```rust use serde::{Deserialize, Serialize}; use ormx::Table; #[derive(Serialize, Deserialize, Default, Debug, Clone,...
PNG with some transparency is unprocessable with `-a -ae 15` flags. ``` Traceback (most recent call last): File "/usr/local/bin/rembg", line 8, in sys.exit(main()) File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1128, in __call__ return...
- New `send_msg(&mut self, message: &Message
I was using `log` + `env_logger`, and logs from other crates (`sqlx` and `actix_web`) didn't print after initialization of `scylla::Session`. Also no logs from `scylla` itself were present. I mean...
Changed `error-chain` to `thiserror`, and updated dependencies. Maybe you would also want to remove `error-chain` from examples and tests. Closes #66 - - - This change is [](https://reviewable.io/reviews/mullvad/pfctl-rs/88)
Why are some of the testdata files broken? The `Ã` char is some kind of example sign for a broken file. But there are others. For example [Welsh](https://github.com/pemistahl/lingua-rs/blob/6d68f6ba9d2b9a8b1cf3feabd6e2855e57ca8f75/language-models/cy/testdata/sentences.txt#L80) Welsh doesn't...