mustafa0x

Results 55 issues of mustafa0x

- [x] I have the latest version of fzf - [x] I have read through the manual page (`man fzf`) - [x] I have searched through the existing issues ##...

enhancement

Hi, thanks for the project! For the JSON output, I would consider defaulting to `ensure_ascii=False` (UTF-8 seems pretty universal) or making it an option. When dealing with non-Latin text, `ensure_ascii=True`...

```python In [13]: t = ''' ...: # Header with footnote[^1] ...: ...: Lorem Ipsum ...: ...: [^1]: footnote text ...: ''' In [14]: print(markdown.markdown('[TOC]\n\n' + t, extensions=['markdown.extensions.toc', 'markdown.extensions.footnotes'])) ```...

bug
someday-maybe
extension

Seems that Pickthall's translation of the names are used, and they have a few issues. Most prominently: 64. At-Taghabun — THE MUTUAL DISILLUSION 81. At-Takwir — THE OVERTHROWING Likewise, the...

The user's first assumption is that the text is copyable, while that's not the case. In addition to 'user-select: none' you can place the actual arabic text behind the special...

I just prepared these, so thought I'd share them here in case they're of interest. https://gist.github.com/mustafa0x/836dc26cb8dc7295cdd870d1c8fd1b4c Eg. Aal-E-Imran ➔ Āli-ʿImrān, Al-Ma'idah ➔ Al-Māʾidah, Al-Adiyat ➔ Al-ʿĀdiyāt

PRs Welcome

I use Rich as my Django logger, as described here: https://www.willmcgugan.com/blog/tech/post/richer-django-logging/ Everything worked fine with runserver, however once I started using Daphene there were ansi codes in the output. ![image](https://user-images.githubusercontent.com/1473102/148436623-fb56534d-8518-4c24-bda8-15b2882ca4ec.png)...

Previously: #71 and https://github.com/tesseract-ocr/tessdata_best/issues/11 (also contains a pertinent discussion on how well the different traineddata deal with these characters). • Indic numerals: (٠ ١ ٢ ٣ ٤ ٥ ٦ ٧...

https://github.com/quran/audio.quran.com/blob/master/src/utils/formatSeconds.js Instead the 11 lines, you can just use this: ```js let fmt_time = s => (new Date(s * 1000).toISOString().substr(10, 9)).replace(/T(00:)?/, ''); ``` It's what I wrote for qari.one.