Orhun Parmaksız
Orhun Parmaksız
we're getting old
Hello 👋🏼 We are experiencing some `nextest` related test failures here: https://github.com/ratatui-org/ratatui/pull/981 In a nutshell, initializing a terminal with [ratatui](https://github.com/ratatui-org/ratatui) with [termion backend](https://github.com/redox-os/termion) during tests throws the following error for...
This PR fixes the following warnings: ``` warning: use of deprecated associated function `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead --> src/db.rs:180:19 | 180 | time: Utc.timestamp(row.get(1)?, 0), | ^^^^^^^^^ | = note:...
Hello! 🐻 I'm unable to use `ripasso` on Arch Linux due to the error mentioned in the issue title. Any idea what's going on? I tried using different pinentry options...
## Description In one of my TUI projects I have 15k items in a `Table` and the render is pretty slow and laggy. I press the key to scroll the...
## Problem There might be performance issues/concerns about tui widgets and adding benchmarks is important to uncover them. ## Solution Add benches for widgets. See #22 for an example. ##...
It would be cool to have a configuration option for the total size of the upload folder. This would help with public instances in terms of avoiding a storage attack...
**Is your feature request related to a problem? Please describe.** Currently, `linuxwave` is not packaged for any Zig package manager and the dependencies are simply git submodules. **Describe the solution...
**Is your feature request related to a problem? Please describe.** Generating MIDI files from the input would be nice. **Describe the solution you'd like** Implement encoding MIDI files and add...
`Cargo.lock` should be committed to the repository since this is a binary application. https://github.com/cat-in-136/cargo-generate-rpm/blob/346e1fe44da57b40e4a7508fa44e988464fb1484/.gitignore#L152-L154