Vasili Novikov

Results 122 comments of Vasili Novikov

@gwenn @thomcc editorconfig and rustfmt answer different questions though. `rustfmt` says how to format well structured Rust code. Editorconfig tells your editor what should happen when you press Tab or...

@gwenn humm, interesting... Rust repo currently seems to have editorconfig, but only for clippy: https://github.com/rust-lang/rust/blob/0d97f7a96877a96015d70ece41ad08bb7af12377/src/tools/clippy/.editorconfig I've asked a question on it here: https://github.com/rust-lang/rust/pull/45002#issuecomment-765226033 Apparently Rust had an .editorconfig, but lost...

You also need to make sure the rust process (and the library) have the updated PATH environment when trying to call gnuplot. Restarting the computer would do the trick. (I...

@smcv what do I need to do to follow-up on this? (I still use bubblewrap so I could finish the already started task)

Note: this issue could be superseded by https://github.com/UprootLabs/gngr/issues/6

per-domain UA would be great. I currently do not use a UA in my main browser out of stubbornness, there really are about 3-10% of sites that won't accept me....

This line is possibly relevant: ``` qt.network.ssl: Incompatible version of OpenSSL ``` And this is possibly the result (this line is also in red): ``` WRN f67ed340 downloader.cpp 421 onError...

UPD: I've manually downloaded this file, and thought of trying to place it in `~/.local/share/Ryzom` I was lucky enough to guess the location, and seemingly it worked! However, the bug...

In-game download of some "Patch" works fine BTW, it was downloaded after I registered and started the game.

@kervala downgrading openssl is not an option on my ArchLinux system.. As expected from Arch, I have the latest versions of everything. Openssl specifically is `1.1.1.k-1`. Note that on latest...