Mahmoud Al-Qudsi

Results 365 comments of Mahmoud Al-Qudsi
trafficstars

Thanks @Sergio0694 for trying anyway. It would have been nice to have! (Too bad GH doesn't have a sad-face emoji to express sadness without disapproval. A 👎 or 😕do not...

I assumed it was indeed expected, but was just hedging all my bets. Specifically with regards to #523: that's actually something else I ran into when mitigating this, I was...

Thanks for the tip! I've been using regex101 to visualize them in PCRE2 mode then make the changes as needed. I wonder if they're open to a rust patch (they...

Isn’t yarn compatible with npm projects?

```fish mqudsi@ZBook /m/c/U/M/Downloads> echo ./zoomed\ in.png | parallel --dry-run 'file -ib {}' parallel: reading inputs from standard input file -ib ./zoomed in.png mqudsi@ZBook /m/c/U/M/Downloads> echo ./zoomed\ in.png | parallel 'file...

I believe this is required for opentype.js to support emoji fonts.

@talltyler I somehow missed your comment, and you raise some very good questions. Font rendering was never easy, but now it's become a whole new level of complicated. But I...

This can be handled more gracefully by using an atomic replace, i.e. move the existing `tags` file to a cache then start ctags. If it completes successfully, delete the moved...

Oh, sorry, I should have checked the source first! What about on suspend? If I ctrl+z there's a delay until neovim is backgrounded and I *think* it's due to the...

@justinmk that could be the case as the problem is particularly noticeable on WSL which has some not-insignificant latency for I/O independent of actual device IO performance. I wonder if...