Hugo
Hugo
I tried making it `const fn`. I also had to make functions that it calls `const fn` and replace some `?` with `match {...}`. Finally, I reached `AllocatedExtension::new`, where I'm...
Okay, my previous approach doesn't seem to be feasible. `HeaderValue` uses the `Bytes` type under the hood, which might be a good choice here too. It has an overhead of...
@seanmonstar Any feedback on the above comment? I want to give this a shot, but both approaches are non-trivial so I'd rather hear from you before sinking time into the...
> And with custom methods being so uncommon I'm not using custom methods; I'm using standardized methods like `PROPFIND` and `REPORT`, which are part of rfc4791 (webdav). Whether they're uncommon...
Darn, I missed that `const` cannot be used in a `const fn`. Or rather, it's still unstable: https://github.com/rust-lang/rust/issues/92521
I guess I'll try the `InlineExtension` variant then.
x-office-calendar is a well-known icon as per the [Icon Naming Specification](https://specifications.freedesktop.org/icon-naming/latest/) :+1:
I'm seeing the same error when I use `git add -up`, but `git diff` works fine: ```dosini [pager] log = delta --relative-paths show = delta --relative-paths diff = delta --relative-paths...
Another failing example: ```console > git add -up . error: mismatched output from interactive.diffFilter hint: Your filter must maintain a one-to-one correspondence hint: between its input and output lines. >...
zk is 0.15.1-r1 from Alpine packages