Al Gantori

Results 9 comments of Al Gantori

If my guess is correct don't use the garbage scrolling methods from your framework here react, I have the same problem with framework ionic, instead use standard .scrollIntoView() it works...

Thru some guess work I got the following to partially work, I say partially because: 1. It does open the current viewed file into the live server 2. When switching...

Are you sure this kind of data is not already available in some XML/JSON resource? I have done indirectly some node.js based development but I don't recognize the commands installation...

By database you mean download the sql folder in this repo. I have MySQL Workbench, it's a beast I never got acquainted with all of its terms Open Model, ???...

- So after upgrading MySQL Workbench to 8.0.20 it quit working and has error, these companies Oracle, Microsoft just ruin any piece of software they grab onto and make it...

- Oh that table does not give the line_number, glyph_page_line is what I should be looking into, for this line wrapping (word/token count) I am after. - This particular 1st...

Specifically for Page#2 this database is about this particular layout ![image](https://user-images.githubusercontent.com/11699920/80895029-5b6b5d00-8c95-11ea-849a-cfac8f1e415b.png) Matching query ``` SELECT COUNT(line_number) FROM `glyph_page_line` WHERE page_number = 2 GROUP BY line_number; ``` The raw/net count of...

Wow I can't believe I am doing a 3 way join to get this, it appears that all verse-numbers are typed as "end" ![image](https://user-images.githubusercontent.com/11699920/80896002-6bd40580-8c9e-11ea-87df-ab63d04e021d.png) ![image](https://user-images.githubusercontent.com/11699920/80896013-80180280-8c9e-11ea-812a-ccfbca5f613a.png) Mission almost accomplished !!! ALLAHU...

- In my current hacking I am including the Tajweed-marker (here a pause) and verse-numbers as well in the rendering. It's just that my algorithm is based on word count...