Alex Sayers

Results 33 comments of Alex Sayers

Yeah... I suppose I agree: this is part of the CSV standard, and tass should support it. (Aside: It's really quite an unfortunate misfeature, isn't it? Random access in a...

Thanks for taking a look at the code! I think what you’re saying makes sense. I can imagine a situation where one of the benchmarks is so reliable that it...

Looking at the manpage, it looks like less accepts 'b' with or without a ctrl modifier. If we mimic that behaviour we can simplify the code a bit. I'll confirm...

While we're at it, should we also add 'f' for pagedown?

Yeah, we could do this. It would have the bonus advantage of making it work (sometimes) on windows. For the record, on my system, spawning /bin/sh takes 0.853 ms (±...

I wonder if `op_flags_union`'s `poll_32` variant should also be typed as `EventFlags`?

> I wonder if op_flags_union's poll_32 variant should also be typed as EventFlags? Ah, I didn't notice that this type lives in `rustix::io_uring`, so this would be a seperate PR.

IME "Concurrent checkout" is quite easy to trigger even without watchman. I keep one terminal window permanently running `watch jj log` (like @martinvonz does in one of his demos). Running...

Using a lockfile as a "best-effort" measure for reducing divergent ops sounds like a good plan to me. My experience of doing this is mostly positive. I haven't had to...