Habib Alamin

Results 16 comments of Habib Alamin

@stone-zeng you may be interested in Pragmata Pro, which is similar to Iosevka and also has Arabic support ([costs €19 at the low end](https://www.fsd.it/shop/fonts/pragmatapro)).

Might want to check out `simple_form` as well. That's the most popular form helper gem for Rails, which enhances the default helpers.

Sure, I understand that, for most users, they'll probably just want to enable it on all sites by default so that if they ever need to add a script or...

Whoops, I commented in the wrong tab. I was wondering why it couldn't find the docs for `MultiCursorManual()`. [This](https://github.com/terryma/vim-multiple-cursors) is the one I have installed. I was looking at multiple...

@smackesey @chabou I've been looking into this stuff for my own purposes with Terminal.app as well (“Use Option as Meta key” is too simple for me, as I'd like different...

I've been messing around with GHCup on OpenBSD (7.5), and these are the roadblocks to getting GHCup to compile and run: - `lzma-static` dependency's vendored `liblzma` doesn't compile on OpenBSD...

>>we pass +static as a build flag constraint to lzma in some environments, but it doesn't seem to do anything with it, not even do a static build, which is...

I think GHCup codebase should also be modified to support shims to make GHC build on certain platforms; I'm sure it supports patches to allow older GHC versions to build...

Appreciate you taking on the job of switching `lzma-static`'s build method to autoconf (though I was happy to do it and still am if you like). I'll make the changes...

I was able to build GHCup on OpenBSD 6.8 amd64 only a few days ago, but then I upgraded my installation to 7.5 right afterwards, as it was woefully out...