Erich Gubler

Results 356 comments of Erich Gubler

Oh hey! Welcome! 👋😊 > I love the idea of Rust cross-compiling to arbitrary glibc versions as easily as Zig does. Seems like parsing Zig's abilists is one part of...

I'm open to being persuaded that this change might be worth it, but at this point, I don't see the value of switching to something shorter or "cleaner" justifying a...

@indolering: More than happy to chat on Matrix; my handle is @erichdongubler:matrix.org. Do you happen to be the same user as the one behind the PR OP, incidentally?

Maybe -- I'd definitely want to add it as an unstable feature for now, since adding new attributes is unstable. I would definitely be open to experimenting, though. Looks like...

Is there a way that a `'static` bound can be enforced on `Closure`s, perhaps?

> A nicer solution would be to make configurable the list of forbidden string in the git history (I would personnaly enjoy to add "wip!" for example) AFAIK these aren't...

Ergh, I obviously misunderstood the situation. Thanks for the patient response. :)

There's really only a couple of options: 1. Remove the alias yourself with your `bash`/`zsh`/your-shell-here config. In `bash`, this would be `unalias sd`. 2. Rename `sd` (the binary produced by...

Disclaimer: I'm interested in resolving this. Right now, I'm just going to triage things, but I hope to have a solution after I finish researching and put in my vote...

Another idea is to add something to change the initial "offset" of printing -- to reuse the `dd` example: ``` $ input_file="_viminfo" block_size=512 block_num=1 $ dd bs="$block_size" status=none skip="$block_num" count="$block_size"...