Mehmet Ali Şipi
Mehmet Ali Şipi
Typos is the worst thing in writing documentations. You can not find it without reading entire documentation a few times. Also, i made a PR that update the V docs
It's needed to be patched from civetweb or webui. I can not do anything for it except creating an issue on webui.
Also you can still use GCC/Clang for test it until the fix
Is it really needed? V documentation have the informations ```sh [~]$ v help build-c This command compiles the given target, along with their dependencies, into an executable. Usage: v [build...
I added a info to readme faq 896e3a1a2a564a4df8133c7496dc99fd008018ee
`v text-editor.v` ``` tcc: error: undefined symbol 'opendir' tcc: error: undefined symbol 'closedir' tcc: error: undefined symbol 'IsWow64Process' ```
It's actually good idea. I can test to create a object file by GCC and use it with TCC.
5 is done. However i recommend to don't trust unonclick event. It will not be triggered with keyboard. To avoid accessibility issues, i recommend checking the `event_details.triggerer` firstly. If it's...
I will implement 1, 2 and 3 asap. Also I want to implement 4. However 4 is too complex to implement with limited time. If i have free time, i...
2 and 3 is supported by https://github.com/malisipi/mui/commit/619aa7c9f93d3793d232c17536cc92c1d86c3b0c commit .