Alexander Shishenko

Results 55 comments of Alexander Shishenko

Thanks, I've seen your email and typing the replies right now :+1:

Yes, I am thinking on that, too. It is the same approach as `.ignore` files in Git, Mercurial, Syncthing and BTSync. I think, it needs to be implemented in the...

See commit 3b8cd41efd25f4f6d844a011f9050725cf0f62b5.

The current ubuntu packages are built using [debianization repository](https://github.com/Librevault/librevault-debian) with Jenkins+Ubuntu 16.04 Docker container+pbuilder. The problem with Jessie, that CMake in the repository is too old (3.0.2), so build-dependency is...

Oh, sorry for having to look for spec by yourself. Yes, only these two record types are in the works now. HTTPSSVC is just an older alias for HTTPS record....

Also, shipped in Chrome 96: https://www.chromestatus.com/feature/5485544526053376 And in FF 92: https://www.mozilla.org/en-US/firefox/92.0/releasenotes/

Hmm, I have just got the same thing. I use uom in embedded calculations on ESP32. I am using i32 as a base type, and Quantity::new execution was just very...

Conan is getting more and more traction, and its support will be beneficial for both Conan and Dependabot.

It is not in stable yet, but it is merged into 1.67, according to https://releases.rs/docs/unreleased/1.67.0/

I am writing a file synchronization application. For each file, some sort of "metafile" is created. I will generate a new polynomial for each file, encrypt it with AES key...