Alexander Fadeev

Results 13 issues of Alexander Fadeev

**How to reproduce:** ```bash cargo run --example hello_terminal --no-default-features --features cross_term ``` `hello_terminal` example runs but destroys the terminal: ![image](https://github.com/amethyst/bracket-lib/assets/5967447/793d0eb8-3e1b-491d-9f83-df01482dd450)

**How to reproduce:** ```bash cargo run --example hello_minimal --no-default-features --features cross_term ``` **Panic:** ``` thread 'main' panicked at 'index out of bounds: the len is 1920 but the index is...

**Describe the bug** Deprecation warning using any view method: ``` Account.viewFunction(contractId, methodName, args, options) deprecated use `Account.viewFunction(ViewFunctionCallOptions)` instead :null:null ``` **To Reproduce** `package.json` ```json "devDependencies": { "near-api-js": "1.1.0", } ```...

bug

Rust: 1.70 Dialoguer: 0.10.4 Env: Windows Terminal + WSL2 + Ubuntu + Bash How to reproduce: ```bash cargo run --example multi_select ``` Select any item with arrows up and down,...

All examples hang in WSL2 environment, and no keyboard events are detected. From my understanding, `device_query` is used to streamline keyboard events to the application thread. Is there a way...

## Describe the bug `replace` stage with the `replace: '{{ .Value | urldecode }}'` doesn't decode a matched value (it doesn't work). `[inspect: replace stage]: none`. _For the reference, `{{...

component/query-frontend
type/bug

**Describe the bug** Fresh `cargo install jwt-ui` fails with build errors. Log ``` error[E0308]: mismatched types --> /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jwt-ui-1.1.0/src/ui/encoder.rs:133:5 | 132 | textarea.set_block( | --------- arguments to this method are incorrect...

At first, I thought it worked automatically, thus I had an impression that right after the launch it didn't work. Pressing any key should be displayed on the first empty...

I was surfing through the Near Social boards and I was attempting to click on the items, however, the items appear to be **unclickable**: I was suggested to click on...

enhancement