Felix Zedén Yverås

Results 42 issues of Felix Zedén Yverås

# Bug report ## Description / Observed Behavior In an infinite scroll scenario, `useSWRInfinite` would trigger tens of duplicated requests in the span of a few milliseconds. ## Expected Behavior...

I would like to render a tree view, similar to the linux `tree` command: ``` $ tree hotel/ hotel/ ├── floor 1 │   ├── room 100 │   ├── room 101...

### Describe the bug I'm trying to follow [this guide](https://www.baeldung.com/logback-mask-sensitive-data) to mask certain patterns before they show up in logs. However, it seems `LogcatAppender` does not support changing the ``...

bug
pending triage

**Is your feature request related to a problem? Please describe.** I've found that good and consistent SQL formatters have been hard to come by, and I often end up using...

Ryuk supports [verbose output via the `RYUK_VERBOSE` envvar](https://github.com/testcontainers/moby-ryuk/blob/e8ed9c9172b99aacc732cf0d09414e97e1294d64/main.go#L32). It should be possible to request this verbose output somehow. I would suggest automatically enabling verbose output when enabling verbose output via...

I have a program like this: ```rs use hashbrown::HashMap; fn main() { let mut value_by_col_by_row = HashMap::::new(); value_by_col_by_row.entry_ref(&0).or_insert_with(HashMap::new).insert(0, 1); } ``` Unfortunately, `cargo build` produces the following error: ``` Compiling...

**Describe the bug** I've been setting up `commitlint-rs` and have run into some invalid links that I wish to report: * [Front page](https://keisukeyamashita.github.io/commitlint-rs/) "Run the lint" links to https://keisukeyamashita.github.io/commitlint-rs/setup/installation *...

bug

I'm missing actual usage examples. I've been able to figure some things out via the `--help` flag but would love to see a `commit-msg` hook example at minimum.

bug

**Describe the bug** I want to allow commit messages that do not include a scope. However, the `scope-format` rule fails on such messages. ## Config ```yml rules: scope: level: ignore...

bug

**Describe the bug** When setting a `body-max-length` of 72, this limits the total character length of the body rather than the per-line max length. ## Config ```yaml rules: body-max-length: level:...

bug