R3D9477

Results 23 issues of R3D9477

Hello. Is there any way to launch 2d/3d games? I successfully instolled several from Play Store (different redations of AngryBirds, PvPets, some racing games, etc.). Unfortunally, no one from them...

Hello. Today I've noted that a lot of files haven't "Previous versions", but actually they was added in the past and have a lot of changes. For example I've some...

Hi. vicutter crashes on startup: ``` $ vidcutter Traceback (most recent call last): File "/usr/bin/vidcutter", line 9, in load_entry_point('vidcutter==6.0.0', 'gui_scripts', 'vidcutter')() File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point return get_distribution(dist).load_entry_point(group, name)...

Hello. I'm have 'main' as the default branch in my repo, and origin/HEAD is the last commit in a 'main' branch. So, when I've pushed last changes by UE4GitPlugin, they...

Hi. I have a strange behavior of stdin with imported threadpool: main.nim ``` import threadpool import strutils var cmd = 0x00 while (cmd != 0x01): stdout.write("> ") var buff =...

Hi. Why I can't see stdout (in VSCode console) before looped stdin? ``` import strutils stdout.write("Commands:\n") stdout.write(" 1 - start\n") stdout.write(" 2 - get server status\n") stdout.write(" 3 - run...

## Expected Behavior doesn't change font-weight ## Current Behavior font of label must be bold ## Test app / minimal test case Main.hx: ``` ... lbl2.customStyle = new Style(); lbl2.customStyle.fontBold...

backlog

## Expected Behavior all checkboxes must be selected and cell cells must have icons ## Current Behavior icons don't displayed in table cells also can't be changed value of checkbox...

Hi. I strange behavior of async/await operaions, when I called into nimqml-signal. ChatServer freezes at server.nim:38 [chat_server_app.zip](https://github.com/filcuc/nimqml/files/1815691/chat_server_app.zip) Here is client for test: [async_client_server.zip](https://github.com/filcuc/nimqml/files/1815693/async_client_server.zip) (also in this client can be tested...

Hi. I need some help with managing of the window(s). For example: 1) Get/Set properties of window: * window's title * window's size (native) * window's position (native) * maximize/minimize...

Window API