Aubrey Wahl
Aubrey Wahl
Is there a way to configure #swagger UI options outside of URL params? https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md Also, is there a way to inject CSS stylings? E.g. from https://github.com/ostranme/swagger-ui-themes
Hi, I think I'm seeing the exact same issue as #6 It seems that the whack server isn't watching my local dependancies while the server is running. I do get...
No-op change for https://github.com/commaai/panda/issues/2171 - Moves some functions and declarations around so that they can be correctly included in Panda headers. ## Details In [panda](https://github.com/commaai/panda), we currently need some defintions...
For https://github.com/commaai/panda/issues/2171. We are in an unfortunate situation right now where we are trying to migrate the panda repo to source/header style. This is fundamentally incompatible with forward-declared static functions...
- Must be merged after https://github.com/commaai/opendbc/pull/2076 - This PR deletes duplicated code from opendbc. - Compile `safety.o` object file to link definitions that panda needs from opendbc at compile time...
Please ignore, just trying to trigger CI.
WIP for https://github.com/commaai/panda/issues/2171. Please ignore for now while I sort out CI issues.
A pre-factor for https://github.com/commaai/panda/issues/2171 in the interest of reducing diff size. # Config files refactor We split the `board/config.h` into the following headers: - `include/board/stm_config.h`: declarations + headers that depend...
This is to address https://github.com/commaai/panda/issues/2171 Unfortunately, for this to work in the end, I think we need to do the same to opendbc, since that library being header-only breaks our...
This purpose of this PR is to validate CI strategies for https://github.com/commaai/openpilot/pull/35070 This PR has some hacks so that incorporates changes to panda and opendbc that have not yet landed:...