-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
> create table tfrom_unixtime(tchar varchar(40));
> ALT…
-
Platform: RK3328 running a buildroot based Linux.
Kernel: 4.4.159
I'm working on a game selection frontend app that plays two simultaneous videos: a background video and a game preview. Both cycle…
-
現状,制御系・電源系でCANのネットワークが分離されている.
https://github.com/open-rdc/aiformula/issues/72#issuecomment-2106169415
電力系側のデータを制御系側のCANに流すことで,例えばMPPの情報などをJetson等で取得できるようにする
-
ProjectPlan should (optionally?) treat parent tasks as milestones automatically and make those milestone activities dependent on each of the subtasks in the parent task. At the same time, dependencies…
-
When converting 1920x1080 4:2:0 YUV (NV12) to BGR (8-bits) you get a misalignment in the green channel.
Tested on the Rock5C
![Screenshot from 2024-09-24 10-16-16](https://github.com/user-attachmen…
-
说明:
- 版本:V6.5.3
- 3个子查询left join,查询结果会不一致,有的时候会丢失一条
- 参数优化:
```
set session tidb_isolation_read_engines='tiflash';
set @@session.tidb_enforce_mpp=1;
set @@tidb_opt_agg_push_down = ON;
set @@ti…
-
### Describe your enhancement idea
We have MPP switch into payment modal that have to be activated manually each time before making the payment.
What about adding a general option in Settings - "Pay…
-
在RK3588运行yolov5视频识别demo时爆出这样的错误
mpp_dma_heap: dma-heap open /dev/dma_heap/system-uncached No such file or directory
mpp_dma_heap: Assertion fd > 0 failed at heap_fd_open:139
mpp_dma_heap: os_allo…
-
**Which version of Kotest are you using**
`kotest 5.9.0`
Use the [kotest sample kmp project](https://github.com/kotest/kotest-examples-multiplatform) and change the toml file to the newest version…
-
Currently, MPP Cancel only can cancel mpp tasks that already in running state, for those not in runnging state(for example, still in compiling stage), they are not cancelled until begin running. Since…