Stanislav Motylkov

Results 29 issues of Stanislav Motylkov

Currently Cromwell have this terminology for boot devices: - `CD` for booting system from DVD drive - `FATX` for booting system from FATX (E:) data partition of Xbox - `Native`...

`VIDEO_ATTR` variable is used to change text color attributes, which is printed via `printk()` function. It has 32-bit unsigned value which is represented in ARGB color space, 8 bits per...

Сделать возможность проверять BSSID, ESSID, ключ сети. Возможно также и пару авторизации. Это позволит пользователям узнать, утекла ли информация об их устройствах в базу или нет. Будет полезно для тех,...

new feature

В IE11 есть особенность - при указании поля `domain` не устанавливаются cookies. В результате этого невозможно получить данные из метода `sbjs.get`. ![image](https://cloud.githubusercontent.com/assets/578406/20745252/7d65963c-b6f1-11e6-9388-ec2ab66449a7.png) Данный пулл реквест реализует обходной путь, благодаря которому...

Localization is really needed for english speaking users.

**Describe the system** System name: Jetson Xavier NX Vendor name: NVIDIA SoC name: Tegra Xavier URL to product page: https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-xavier-nx/ **Paste `/proc/cpuinfo` content** ``` processor : 0 model name :...

no-cpuid
refresh-needed

**Describe the system** System name: Jetson TX2 Module Vendor name: NVIDIA SoC name: Tegra X2 URL to product page: https://developer.nvidia.com/embedded/jetson-tx2 **Paste `/proc/cpuinfo` content** ``` processor : 0 model name :...

no-cpuid
refresh-needed

**Describe the system** System name: Jetson TX1 Vendor name: NVIDIA SoC name: Tegra X1 URL to product page: https://developer.nvidia.com/embedded/jetson-tx1 Kernel version: Linux tegra-ubuntu 3.10.96-tegra **Paste `/proc/cpuinfo` content** ``` processor :...

no-cpuid
refresh-needed

Noticed it while porting Travis CI build script to GitHub Actions. If I understand correctly, `tests` is a binary which subsequently starts all tests, and which also have some parameters...

bug
help wanted