Régis Blanc
Régis Blanc
Using `@link` annotation does not seem to scale well to libraries with different linking methods on different platform (for example, OpenGL on Linux as -lGL and on Mac as -framework...
Would be nice to have an API that return a lazy seq (iterator/stream) of all solutions to a formula. We should be able to implement something efficient with interfacing directly...
I think the example in [`frontend/react`](https://github.com/bazelbuild/examples/tree/main/frontend/react) might not work properly. In particular, I don't think `vite` is using the `vite.config.js` that is declared as a data dependency to the [vite...