Sk
Sk
```Nim textBox.onKeyDown = proc(event: KeyBoardEvent) = let digit = {'0'..'9'} if char(event.key) in digit: label.text = "Number can't be name" textBox.text = textBox.text[0 .. ^2] #remove last char, as number...
 i wanted to make a color tool, using nim and nigui. but nigui probably doesn't have any slider. is there any plan to add it in nigui. https://github.com/trustable-code/NiGui/issues/18#issuecomment-343758347 so...
i am a beginner in nim . And i fall in love with nigui, it is easy, fast compile and small executable. please make it complete and don't abandon this...
### Feature description Currently, You can share single file to termux and then that file will be handled by `termux-file-editor` as it mentioned in here https://wiki.termux.com/wiki/Intents_and_Hooks #### Proposal - Add...
It is showing numbers rather than color. in this case `blue`  Though i have added control::set_virtual_terminal(true); in my source file. 
Currently, Acode open last modified file at startup. In `data/com.foxdebug.acode` there is a cache folder where contain some info about it. My proposal is please add a config/json file at...
It is not a big issue, so don't bother that much. However true black theme will be great for AMOLED display. Thanks for the great keyboard app.
### Issue and how to produce - In borno layout r=র, h= ্ and z = য,this combination should produce "র্য" - But Typing "র" and "্য" produces "র্য" but...
Recently i updated my phone to android 15 - HyperOS (xiaomi) and i am facing this problem. Normal mode has no issue but in clipboard view bottom row is not...