MrCasCode

Results 6 issues of MrCasCode

## Problem When using a Table widget to view millions of entries the performance is largely impacted (which is normal, since its working with 5GB of data). In these scenarios...

enhancement

**Is your feature request related to a problem? Please describe.** I'm trying to display in a label on a bar chart for the current rendered value. **Describe the solution you'd...

enhancement

**rust-analyzer version**: ba3305480 2022-02-07 stable **rustc version**: rustc 1.60.0-nightly (a00e130da 2022-01-29) I have a workspace with 2 crates: ```` crates/ ├── log_analyzer/ │ ├── src/ │ ├── Cargo.toml ├── terminal_ui/...

One feature that I haven't released is the ability to sort the logs by datetime or timestamp to have some control when loading multiple logs at the same time. Is...

enhancement

Hi, I'm trying to subscribe to events in a contract: ```rust let ws = web3::transports::WebSocket::new("mynode").await?; let web3 = web3::Web3::new(ws); let contract = Contract::from_json( web3.eth(), hex!("4e68Ccd3E89f51C3074ca5072bbAC773960dFa36").into(), include_bytes!("../contracts/uniswap_v3_pool.json"), )?; filter = FilterBuilder::default()...

Currently preferred position takes only top or bottom as parameter. It would be ideal to support also right / left

enhancement