Mahmoud Al-Qudsi

Results 349 comments of Mahmoud Al-Qudsi
trafficstars

Sure, this sounds like a decent feature to add. I'm not sure how often we'll be able to avoid allocating without looking into this further to see what the common...

Nice find! Can files be dataless or only directories? (On Windows, *only* files can be "dataless") EDIT: going through the sources, both may be dataless. So the question is if...

Just as an fyi: not too many of us have access to a (modern) macOS desktop for testing issues that arise with specific combinations of third party apps, so this...

Thanks for this PR. I'll take a look at this later and see how it works under the stress test. Note that ASP.NET Core does not have the behavior you...

Sorry, I didn't merge this PR because I was worried about (non-existent) complications between `AsyncLocal` and `ConfigureAwait(false)` then I forgot about it and added the calls to `ConfigureAwait(false)` myself in...

> I checked again, and my earlier suggestion [..] will not help; the collect is already done automatically on thread termination. and > Unreal Engine creates like 50 threads at...

I'm closing this out as I believe the question has been answered. Feel free to ping back here or open a PR when you have something to share. Thanks in...

> Sooo... `&1` and `2>&2`. Yes, it *should* be. I'm pretty sure that is not strictly the case when dealing with blocks; I don't have any concrete examples on me...

> Which is not the same as "null concatenation" (aka "cartesian product") - empty variables alone being removed is the same in posix shells, and completely uncontroversial. (same for command...

See https://github.com/simonw/llm/issues/848