Mahmoud Al-Qudsi

Results 434 comments of Mahmoud Al-Qudsi

I actually have a side project where I was trying to implement this via a standalone parser, with the goal of someday creating an LSP for fishlang. +1 from me!

I use main as my default for many new projects but don’t see a point in introducing the churn of renaming existing master branches. This has been more or less...

I thought it would be easy to replicate but that's not the case. Here's what I see: https://user-images.githubusercontent.com/606923/157578617-d64463c7-b5ae-4737-940c-07d6677448a8.mp4 Here's what I figured out: **If I remove the CSS property `video...

After much reflection, I've decided to merge this change with a clear warning in the commit log. Thanks for your contribution!

For posterity and reference, can you do a `which git`, `ldd git`, and `find / -samefile (which git)` and share the outputs?

Ok, we're in luck and as I suspected it's a hard link to a single binary that does this for a lot of other stuff. Can you post the un-truncated...

Also, please attach the full profile so we can see in which order the commands are executed and how long specific git invocations take.

Ok, thanks. Going through the profile, it seems that the logic behind a77bc70defd47db9c401127465d7e71d05184200 no longer holds up. Specifically, we kick off a backgrounded `git --version` task, but then the first...

gpt-5 is dog slow. fyi you can always set your own default. vs It's over 10x slower than the full 4.1 model (E2E latency)

@Diggsey thanks, indeed I hadn't considered that. I think that actually plays nicely with my proposal, since the proposal is to allow its use for any impls that don't require...