Cemal Gönültaş

Results 8 issues of Cemal Gönültaş

Added to `LocaleProvider/locales/tr_TR.ts`.

Hi, I'm using `riscv64/alpine`, it takes ~16 seconds to run hello world code in node on a 4 core 4 GB ram device. Is it possible to get better performance?

Hi, I am able to access the files after they are created, they continue to access even after deleting them. ![Screenshot 2023-06-18 18 50 21](https://github.com/copy/v86/assets/45357531/6b363ad4-f74b-4345-b596-2e9f00ac032e)

bug

### What happened? I tried to minimize this JSON file: ```json { "match": "(?

Hi, First of all, thanks. It's a great tutorial. The repo hasn't been updated since 2022. Do you have any plans to continue?

Fixes #3916 These changes emulates for the Web the relative mouse mode made for the desktop. https://github.com/raysan5/raylib/pull/3874 | Before | After | |--------|-------| | https://github.com/raysan5/raylib/assets/45357531/ff28d2ef-b464-4fc4-ab28-054bea61ddad | https://github.com/raysan5/raylib/assets/45357531/fb80a520-e527-4b69-b767-76085f06015c |

### Issue description Hi, When `DisableCursor()` is used, the mouse does not enter relative mode and the position is accumulated as the screen is rotated. This is why the mouse...

platform: Web

Hi, I think a few frames are omitted because of the floating point numbers in this line. https://github.com/coronalabs/corona/blob/ec4935044ede59342b289f4cbfbb08b5934b6e08/platform/emscripten/Rtt_EmscriptenContext.cpp#L67-L77 I can show it with JS (you can paste it into the...