Mikhail Katychev

Results 18 issues of Mikhail Katychev

Store the selector string of any found secret variables so that a sensible diff can be created without leaking secrets. Description When request/response mismatch occurs, hidden values (ex. _HIDDEN_VAL) are...

Moved the shell scripts in * `src/shell/bash.rs` * `src/shell/fish.rs` * `src/shell/zsh.rs` Into separate files using the [`include_str!`](https://doc.rust-lang.org/std/macro.include_str.html) macro, this should help to decouple any linting, formatting, and troubleshooting of shell...

* I found it easier to print the `:help` drawing to a stdout/vim buffer when learning the keybindings * having a dedicated cheatsheet was easier than constantly typing `:help` and...

Description: ```yaml cache-restored: description: 'A boolean value to indicate an exact or partial match was found resulting in a restore' ``` This flag should be used similarly to `steps.cache.outputs.cache-hit` to...

feature request
area:granular-control

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...

This is a great package. One issues stands out to me for the example below: ```jsonc { "protocol": "gRPC", // communication protocol "cut": { // cut instruction set "to": {...

### Updating to latest rkyv produces the same error addressed by https://github.com/rkyv/bytecheck/pull/27: ```io error[E0277]: `(dyn rkyv::bytecheck::Error + 'static)` cannot be sent between threads safely --> src/lib.rs:349:33 | 349 | rkyv::from_bytes(bytes).report_as()...