Kristóf Havasi
Kristóf Havasi
Same problem on Kernel v5.10.131, rollback to v1.11.0 was needed.
FYI: I forced `-mthumb` manually into the `CPPFLAGS` variable, and the compiled binary was ridiculously smaller. - `-marm` : 65k (only 448 bytes left from the SRAM) - `-mthumb` :...
Also because of the default of our toolchain (linaro v6.5) being `-mthumb` we have been compiling and using the bootstrap for the SAMA5D35 board with the thumb instruction set (for...
Gladly. What I could identify as a possible source for this is 177af40cd745eb5ddda83bb282fddb94d8cc770a from 2013 which was aiming to turn off `-mthumb-interwork` through this. That flag is still added to...
This would be extremely helpful in the C/C++ ecosystem, where there isn't (yet?) a package management system to rule them all! #1840 looks like a duplicate.
It could be added as a custom repo with the pass being the token maybe? And then the REST API could be used to fetch the latest version? https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#get-the-latest-release or...
Hi @msymons, even though it isn't labeled as such, do you think this would be a good first contribution task?
Thanks for the replies. I tried out the module with a project with Angular 17 and with standalone modules, and would have found an example for the AuthGuard pretty cool...
@uhm0311 could you let us know if you still maintain the project?
Hi there @ehristev, thanks for the ping, I will take care of this until the end of this year.