Stijn Tintel

Results 115 comments of Stijn Tintel
trafficstars

I believe this should be fixed by 26996b88dcabc1a6eeac7a37c93e8aece3ba83c4 in the feature/was branch. You could wait until we merge it to master, alternatively you could try running [WAS](toverainc/willow-application-server), but we have...

> I think the CI has randomly broken again, will try to fix it Thanks, no rush, I can pip install tavern from my branch which allows me to continue...

> I will make the tracelite weave tool available, so that people can start using that for traces instead. Where can we find this tool?

https://github.com/openwrt/openwrt/commit/65c9b5ffb02ba233e0857c1c035512d88ea3d3d2

83785a7ce01613ed6408bed4d96bd5eea711bc01

https://docs.espressif.com/projects/esp-idf/en/v4.4.4/esp32s3/api-reference/kconfig.html#using-sdkconfig-defaults https://docs.espressif.com/projects/esp-idf/en/v4.4.4/esp32s3/api-guides/build-system.html#custom-sdkconfig-defaults Have a look at SDKCONFIG_* in the 2nd link. We might be able to set things in a cmake, header or json file. There is an option to...

WIP: https://github.com/toverainc/willow/tree/feature/sdkconfig_defaults

Try running `clang-format -i main/main.c`?

Looks like you're on an old version ... The action uses clang 15. Maybe comment out line 26 and see if you get further. Enforcing coding style is non-negotiable for...