Arthur Carcano

Results 36 issues of Arthur Carcano

Currently, the BLAS implementation defaults to accelerate, the Apple one, which is macOS only. On top of preventing non macOS user to build the code as-is, it also causes the...

Given this is a library, `Cargo.lock` should not be committed, especially given that the BLAS src should be adapted to each people working on it. Cf: https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries

I believe `settings.json` should not be part of the repo.

For the Add trait, std has: - `impl Add for f64` - `impl for f64` - `impl Add

Hi, Thanks for your work on acme2, which I use in [agnos](https://github.com/krtab/agnos). Some people on the internet have suggested that I allow users to use another key algorithm than RSA...

Since Linux commit [949dd0104c496fa7c14991a23c03c62e44637e71](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=949dd0104c496fa7c14991a23c03c62e44637e71) (and Linux 5.10) access to `energy_uj` is forbidden for non-priviledged users to prevent cryptographic side-channel attacks. This is correctly identified in the doc here: https://hubblo-org.github.io/scaphandre-documentation/troubleshooting.html#i-get-a-permission-denied-error-when-i-run-scaphandre-no-matter-what-is-the-exporter but...

Hi! Thanks a lot for this very impressive crate. I'm trying to use it on [rendezvous](https://github.com/krtab/rendezvous) but I can't because I'm depending on @m-ou-se [atomic-wait](https://docs.rs/atomic-wait/latest/atomic_wait/). I've tried using mock implementations...

# Proposal ## Problem statement As of today, changing the case of a `String` is done by using methods defined on `str`, which implies that a new buffer is allocated...

T-libs-api
api-change-proposal

Original issue: #51 > agnos is a great tools for obtain certificates. > agnos only obtain ECDSA certificates > I want obtain RSA certificates.

enhancement