Ari Seyhun

Results 88 issues of Ari Seyhun

The `ButtonColor` prop doesn't seem to work when using other variants such as `Outline`. In the case of outline, the text color should perhaps be influenced by the button color...

enhancement

Thanks for building such an awesome showcase! I just compiled it and tested it myself, though there's quite a noticeable delay when moving my mouse to click buttons. I ran...

I've just run rc2nix, though there doesn't seem to be any appearance settings or theme settings generated. Does plasma-manager support setting a theme?

**Describe the bug** When performing a swap, there's no interaction in the cli to confirm the amount, the price, etc thats about to be swapped. Instead it continues with the...

enhancement
cli

ActorRef's send methods which receive replies now return `SendResult`, allowing message replies to be either received asyncronously, or blocking. ```rust actor_ref.send(msg).await?; // Async recv actor_ref.send(msg).blocking_recv()?; // Blocking recv ``` Closes...

### Summary While operating in the `$HOME/dev` directory (including its subdirectories) and using the yank command `Space + y` to copy text to the system clipboard, the operation fails to...

C-bug
S-waiting-on-review

When inserting data with the `Durability::None` in a commit, the database file grows extremely large compared to using something like `Immediate`. Ideally, I'd like to flush the database every 10...

The `CommitLog::flush` method calls `File::flush` on the segment file, however this does not guarantee the data has been written to. For this, `File::sync_all` or `File::sync_data` should be used.

### Expected behavior Datasets should animate at the same time when running `chart.hide(0); chart.hide(1); chart.hide(2);`. ### Current behavior The animation is glitched, and some of the datasets don't fade out,...

type: bug

`rmp_serde::decode::Error` only implements `Debug`, `Display`, and `Error`, but not `Clone`.