Artur Sinila

Results 18 issues of Artur Sinila

It would be nice to start processing immediately without waiting for the whole audio extraction.

When diffing 2 big objects which have a small difference in the middle, it's very hard to know what exactly gone wrong. I have to either scroll the terminal, or...

I'm trying to use `jq` as `json` formatter. Unfortunately, this config doesn't work: ```lua formatters.setup { {exe = "jq", args = {"--indent", "4"}, filetypes = {"json"}} } ``` It says...

After I wake my laptop from suspend to RAM, keyboard layout indicator stops changing on changing keyboard layouts.

The question is in the title. It would be consistent with `as_str` which returns `Option`

[](https://issuehunt.io/r/martinrotter/rssguard/issues/331) Hello. I like your feed reader, but I also fond of (Neo)VIM. Yes, I've heard about `newsboat`, but I prefer GUI for a thing like mail client or feed...

Type-Enhancement
Status-Not-Enough-Data
:dollar: Funded on Issuehunt

### What it does I've found this "ingenious" snippet in a big Rust codebase, and Clippy didn't catch it. ### Lint Name str-split-count-1 ### Example ```rust if url.split('|').count() == 1...

A-lint

**rust-analyzer version**: `2022-07-25` **rustc version**: `1.62.1` ### Code: ```rust use std::ops::Add; use typenum::{Sum, consts::*}; // ::Output ==>> typenum::Sum pub type Num = ::Output; fn main() { println!("Hello, world!"); } ```...

A-ssr

### System * **package**: `chromium` * **affected package(s) including the version**: latest version of `chromium` from the tier 1 repo ### Expected behavior Normal operation ### Actual behavior Aw, snap!...

bug

BLAKE3 is an order of magnitude faster than SHA256. `ccache` & `sccache` already use it. Updating all `template` files in `void-packages` is trivial to automate.