Mana
Mana
Even though it is not needed to quote the attribute in this case. I think it's safer to just quote it, considering there is translation in place.
This is shown in the following code example. ```c++ #include "xtensor/xadapt.hpp" #include "xtensor-blas/xlinalg.hpp" int main() { std::vector vec{0, 1, 2, 3}; std::vector shape{2, 2}; auto arr = xt::adapt( vec, shape...
`Project(name='Project with strings', languages=['fr,en'])` is same as `Project(name='Project with strings', languages=['fr', 'en'])`, but it should be different.