Md. Al-Amin Khandaker

Results 7 issues of Md. Al-Amin Khandaker

``` thread 'main' panicked at 'attempt to calculate the remainder with a divisor of zero', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/requestty-ui-0.3.0/src/prompt.rs:149:14 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` I am getting...

Hi there 👋 Let's translate the course to Bengali so that the whole community can benefit from this resource 🌎! Below are the chapters and files that need translating -...

translation

``` $cargo check warning: An explicit [[bench]] section is specified in Cargo.toml which currently disables Cargo from automatically inferring other benchmark targets. This inference behavior will change in the Rust...

`$cargo build --release --no-default-features --features "inclnum defaultnum"` For the above build command the following error is given. Here is the cargo version ``` cargo 1.48.0 (65cbdd2dc 2020-10-14) rustc 1.48.0 (7eac88abb...

borrow and lifetime of rust

Currently there to no support for `ALTER VIEW` DDL.

I have tried to check if this implementation can be used for Additive homomorphism available in ElGamal. For example, to achieve sometime like this this `ADD(X,Y) = Enc(plain_text_1+plain_text_2) ` where...