Maksim Paimushkin
Maksim Paimushkin
There are a lot of issues with readability of source code due to Android UI dependency from context and business logic. This migration could reduce complexity and simplify source code.
### Problem 1: first DTS includes labels like `spiA: spi0: spi { ... };` second DTS includes labels like `spi0: spiA: spi { ... };` Then **diff** shows them like...
Thanks a lot for this project! After several hours of fighting with MacOS M1 Sonoma 14.3 I found a solution how to run chromedriver [here](https://stackoverflow.com/questions/72160938/chromedriver-killed-on-apple-silicon-when-cdc-modified) ``` brew install chromedriver xattr...
Since Qt5 is deprecated and no longer supported, even in the kirkstone branch. I tried to build Qt6.5, then Qt6.8, but `qtwebengine` performance is much worse on i.MX6 than on...
I have some dtb to analyze from one of embedded device, it contains some errors, but during conversation from dtb to dts tool throws assert. ``` dtc -f -I dtb...
### What happened? I'm using custom board config that has a similar as rock-5b.conf U-boot post config ``` # Mainline u-boot or Kwiboo's tree function post_family_config_branch_edge__rock-5b_use_mainline_uboot() { display_alert "$BOARD" "mainline...
### What happened? In file `config/sources/families/rockchip-rk3588.conf` ``` OVERLAY_PREFIX='rockchip-rk3588' ``` It must use default definition only, without overriding ``` OVERLAY_PREFIX="${OVERLAY_PREFIX:-"rockchip-rk3588"}" # default to 'rockchip-rk3588' if not set by board ``` ###...
OS - Mac Seqoya 15.6.1 Homebrew - python3.10 HW - MacAir M1 Script `extensions-builtin/soft-inpainting/scripts/soft_inpainting.py` contains `import joblib` (#2927) However, the `joblib` module is not included in the requirements. ``` ControlNet...
**Is your feature request related to a problem? Please describe.** It would be nice to fetch generation data for image in some cases. For example, Model - https://civitai.com/models/12597/moxin Contains preview...