Ivan Leshchenko

Results 17 issues of Ivan Leshchenko

Basically an alternative to https://github.com/rust-lang/rust/issues/68995 implemented in itertools. Approximate usage is described in the original issue.

Currently, it's impossible to use `next_tuple` and similar tuple methods for unit type, even though such an impl could just return empty tuple on each call, without advancing inner iterator.

Tide could store `JoinHandle` of every request it handles, and `await` them when server is shutting down. https://github.com/http-rs/tide/blob/7d0b8484cafbfacf4c3c6859caa83a8c9756202e/src/server.rs#L300-L311 [async-std book](https://book.async.rs/tutorial/clean_shutdown.html)

### Description Adds environment variable propagation and command customization to environment initialization, similar to how it's done in #4490. ### Checklist - [x] Change is backwards compatible. - [x] Code...

status: stale

Hi! It seems that the `randomEncryption` config option for the `swap` partition type just [passes](https://github.com/nix-community/disko/blob/944d338d24a9d043a3f7461c30ee6cfe4f9cca30/lib/types/swap.nix#L64) the configuration value down to NixOS config as-is, but since option's type is `lib.types.bool` it...

enhancement
good first issue
contributions welcome

It seems that currently JSON presentations are not being validated: https://github.com/spruceid/ssi/blob/b9e988d7f450598b3e277810e73e4dd7483ba255/crates/claims/crates/vc/src/syntax/json/presentation/mod.rs#L92-L96 At the very least, it's possible to loop through all credentials and verify that they are still valid.

Hi. I'd like to request a new wasm-pack release that includes the commit 62ab39cf82ec4d358c1f08f348cd0dc44768f412. Currently, some package repositories (e.g. nixpkgs) still use 0.12.0 specifically due to the build failure fixed...

Hi. I noticed that some of the internal functionality is unavailable on WebAssembly targets. For instance, when trying to sign a manifest using this crate built for WASM, I get...

Some internal functions are already available for writing PDF files, but they are not exposed as a public API and the `application/pdf` format itself is not available for writing.