Vyacheslav Gudkov
Vyacheslav Gudkov
It would be nice if `cargo lipo` will support skipping create types like `cargo build --create-type`. Reasoning is below. PR https://github.com/rust-lang/rust/pull/73516/ added support of `cdylib` crate types on iOS. This...
## Description of the feature Now ParseParamError, ParseJsonError contains information about error only as string that can't be parsed on client side to display field level errors. It would be...
Hi, Is there any solution for generation of primes, safe primes and prime checking with num-bigint?
Current suggested way is to import json extractor as ```use actix_web_validator::Json``` and ```ValidatedJson``` is deprecated. The problem with this approach `actix::web::Json` used not only as `Extractor`, but also as `Responder`...
Hello, I have a question about this library license. In license file, i see that LGPL and Apache 2 licenses are available. As i understand this library is GMP based...
Steps to reproduce: 1. Put few images to desktop (or any another folder) 2. Put big folder or smilink to big folder near. For example i have link to documents...
Hi, Seems the only way to generate service server interface that is aware about authentication or custom middleware context is generate the code for nest.js or nice-grpc. I can't imagine...
Hello, I am trying to infer method types from ServiceDefinitions. I can't use generated service impls as i am not nest.js or nice-grpc user. Also i want some flexibility on...
Hello, ECDH-EC, ECDH-1PU specifications require EPK to be presented as embedded object. For example, ECDH-1PU protected header will be ```json { "alg":"ECDH-1PU", "enc":"A256GCM", "apu":"QWxpY2U", "apv":"Qm9i", "epk": { "kty":"EC", "crv":"P-256", "x":"gI0GAILBdu7T53akrFmMyGcsF3n5dO7MmwNBHKW5SV0",...