Kosrat Ahmed

Results 17 issues of Kosrat Ahmed

Hi, How can I use limit with parameters look this example `@InexactContentUri( path = Path.BOOK_QUESTION_TABLE + "/#/" + Path.BOOK_QUESTION_WITH_CHAPTER + "/#/" + Path.BOOK_QUESTION_WITH_LIMIT + "/#", name = "BOOK_QUESTION", type =...

How can I deploy one code base into multiple destinations? for example, we have a project we want to deploy into the following domains: example1.com example2.com example3.com ... but the...

enhancement

Translation UI will be stuck if we have a long json file, for example, I have near 2000 keys in `en.json` when I open it then it will be stuck...

Dynamic module doesn't work for me this is my configurations **store/index.ts** ``` import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) export default new Vuex.Store({}) ``` **store/modules/locale.ts** ``` import store...

I always use **vuex actions** to send requests via `axios` and then if the request response needs to be stored in the state I will mutate it if not I...

I want to search a word in Quran and show me the result by revelation times

enhancement

I can't print Arabic letters even if I set the character set to `GB18030` ```java mPrinter.setEncoding("GB18030"); mPrinter.printText("abcABCاب س"); ``` it prints different characters for the Arabic letters, I have tested...

documentation

It is requested by email with the following content. السلام علیک ورحمة الله وبركاته برا خوا‌ پاداشتت باتەوە بۆ ئەو ئەپڵیکەیشنە My Prayers وەک پێشنیارێک ئەگەر بکرێت لەبەشێکی ئەپەکە دەربکەوێت...

enhancement