Konstantin Matsiushonak

Results 12 comments of Konstantin Matsiushonak

Seems that being able to use openssl could potentially solve this issue(due to rustls limitations) as well: https://github.com/mongodb/mongo-rust-driver/issues/487

If I understand correctly we may try to use that crate?: https://github.com/dtolnay/serde-ignored

If so, am I right that we can do that in the following way: We can create a de wrapper type and use it for debug deserializations? Something like that:...

Thanks for the comments. So I'm ready to tackle on that.

So, am I right that our intention is to basically replace all `debug_assert!` in the code with appropriate proposed variants with logging so that we will have as much debug...

As I see such command might not help. For example I installed llvm on my mac m1(brew install llvm) and the project wasn't compiled. It wasn't compiled since in cargo...

> but the cursor does nothing. Perhaps I do not understand how to operate it? You should be able to hover on borders, press left mouse button and then dragging...

I wasn't able to directly reproduce your problem but I pushed a change which should prevent from such error. BTW, can you share info about your display?

> Hotkeys like b or f work since there is a mark cross symbol, after I Esc, nothing, no screenshot image is saved into my directory or saved to a...

I played with mold a bit. System: (Linux 5.10.0-18-amd64 Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux) Hardware: HP EliteBook 850 G8, 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz, 32gb RAM Commit(change with...