Results 62 issues of oddlama

To build with newer node versions this requires an update to `rollup-plugin-typescript2`: ```diff - "rollup-plugin-typescript2": "^0.30.0", + "rollup-plugin-typescript2": "^0.31.0", ``` Current error: ``` > > [email protected] build > > rollup...

It looks like `$IDF_PATH/esp-clang/bin/clang` is not patchelf-ed or missing a dynamic lib that is missing in the build sandbox. I was only able to get it to work in devshells...