Mohamed Daahir
Mohamed Daahir
Salamu Alaykum I don't see any errors when I compare the picture you posted with this mushaf. Do you mind sharing the mushaf you used for the comparison? 
@tifa2UP To compile a list of the audio time for sections where ayah continues to the next page, is it possible to manually do this for one qari and use...
I think bad reviews can be mitigated by: 1. displaying a warning that says this is not the standard hafs qiraa'ah. 2. Replaying to negative reviews (can be a tedious...
If you go the one apk route, one way support for different qiraa'ah can be advertized is by screenshots in the app store / play store
I could help automate removing surrounding borders by using opencv if its needed
>I forgot to ask, but how should ayaat spanning 2 pages be handled in the audio database? I am interested in how this will be resolved since the same solution...
I haven't verified it yet but It seems the HTTP library we are using (i.e reqwest) supports forcing either IPv4 or IPv6 by setting the client's `local_address`, see https://github.com/seanmonstar/reqwest/issues/584#issuecomment-780916982. @Seirdy...
I am yet to find a replacement for `args_override_self` that works for negation flags ``` $ cargo run -q -- : --no-json --no-json error: The argument '--no-json' was provided more...
Thanks, I have the following script based on https://deno.land/x/[email protected]/install.ps1?code= ```powershell #!/usr/bin/env pwsh $ErrorActionPreference = 'Stop' if (Get-Command "tlmgr" -ErrorAction SilentlyContinue) { $InstalledPkgs = tlmgr info --list --only-installed --data name if...
@blyxxyz, is there anything else we can address in this PR now?