Welcome to the next pikoTutorial! In one of the recent articles, I showed how to build and run Docker containers using CMake. Today, we will see how to do a similar thing, but using Bazel. Today’s project structure: Note: on the contrary to the project structure used in the article…
featured_2
Hacking Python functions by changing their source code
Changing function by modifying its implementation manually is obvious, but can we change the implementation of the function at runtime of the application?