Andrei Khodko

Results 10 issues of Andrei Khodko

Loading speed has become much slower after this change a27c8e6028c8156d75fe5f5cfd226d1977ea8532

Переделать по необходимости воркеры у сенсоров, которые используют Fifo, потому что у Fifo теперь есть свой FifoWorker, так-что исполнение логики сенсоров в другом потоке скорее всего избыточно и не нужно.

sEC is doing such sEW's work as sending textInStdOut signal and etc.

![image](https://user-images.githubusercontent.com/20268352/76091252-46908700-5fce-11ea-8e82-a510748b4896.png)

bug

Like scripts using `script.timer()` or `script.run()`

```Python import sys import time import random import math brick.display().addLabel("Hello i\'m trik", 50, 50); brick.display().redraw(); script.run() ``` The program will quickly be finished with no additional actions like using the...

Баг появляется только на роботе. При запуске trikGui под виндой все отображалось корректно. Например при выполнении такого скрипта: ```javaScript var __interpretation_started_timestamp__; var pi = 3.1415926535897931; var SYMBOL_WIDTH = 10; var...

- Scroll bars are not hidden when there is nothing to show outside the widget. ![Снимок экрана от 2020-09-25 03-49-07](https://user-images.githubusercontent.com/20268352/94214386-241a7880-fee2-11ea-88f0-176eedf6b79f.png) - Scroll bars are not shown when there are elements...

UI/UX

We want to use the gamepad in a 2D simulation, it makes sense because we have already allowed mailboxes in 2D.

enhancement