Hoang Bui

Results 21 issues of Hoang Bui

**Description** [](A description of the refactor, including the goals it accomplishes.) For [#29500](https://github.com/commaai/openpilot/issues/29500), Fix violations and enable warn=all

**Description** [](A description of the refactor, including the goals it accomplishes.) For [#30161](https://github.com/commaai/openpilot/issues/30161), currently have made the compilation of selfdrive folder to relative path only. Added unittest for relative caching,...

For [#30706](https://github.com/commaai/openpilot/issues/30706). Currently, caching the apt packages and dependencies on GHA runners chops off 10~15s on setup with retry on docs.yaml: [52s on setup](https://github.com/bongbui321/openpilot/actions/runs/7368088776/job/20052010492) [45s on setup](https://github.com/bongbui321/openpilot/actions/runs/7366962811/job/20049696301) However, it sometimes...

CI / testing

For [#24590](https://github.com/commaai/openpilot/issues/24590)

tools

The new update of dependencies have also included the new panda3d-simplepbr v0.11.2 and the change in it from v0.10 breaks metadrive which the newest version hasn't been addressed yet. The...

**Description** Currently translate the codebase to maplibre-qt already. **Verification** Trying to build maplibre-qt, but is currently facing an issue similar to [this](https://github.com/maplibre/maplibre-native-qt/issues/76). Failing to build because of missing `qtlocation5-private-dev` package...

refactor

**Description** I made a mistake in setting the value in my previous commit of fixing the value pass between the processes **Verification** Since the `started` var only used for the...

simulation
tools

@bkerler, this should be the correct setactiveslot change of `attributes` and `type` for each partition. Warning: This is qualcomm-specific, and is very slow ~20s - 30s~ -> ~5s-15s since it...

Hi, If I understand correctly the `Fill` Chunk type will fill the number of blocks with 4 specified data bytes in the data section of fill chunk right? I have't...

**Describe the bug** I'm trying to use static rendering to render the image using `startStaticRender()`. From reading the source code, whenever the image is finished rendering, the `staticRenderFinished` should be...

bug