Jussi Hietanen

Results 43 comments of Jussi Hietanen

I'm facing the same issue - is there a way to disable TBB completely from build? (i.e., somehow mark it "not used" instead of having waf auto-find it and try...

Wow, this is still not supported. Well, this feature request will get an upvote from me :) (working `${fileDirname}` variable in `c_cpp_properties.json`.)

@wooorm Will this be merged anytime soon? `pre-commit` is very well known framework for managing git pre-commit hooks. I'm currently working on a project that would require alex.js to be...

I couldn't push changes to this branch (obviously) since I don't have rights to @JensHeinrich 's branch. So I've created my own fork and feature branch, which you can find...

> > > How should this be maintained > > There’s a potential problem with a single person maintaining this for years in the past and in the future, a...

@TobiasObton , did you ever get the Author field not setting sorted out? I'm having similar issues right now, I cannot change Author/Editor fields at all.

If I instead compile this with ``` auto v2 = m1 * psst::math::expr::as_col_matrix(v1); ``` (`auto` was explicitly declared `vector3d` before) It works! However, the resulting `v2` is not a 1d-vector...

To get a 1-d vector (`v2`), I now need to do the following: ``` #include #include #include #include #include #include void test_psst_math() { using vector3d = psst::math::vector; using matrix3x3 =...

> @jussihi The result of multiplying a matrix by a single-columm matrix is a single-row matrix. > > There is a function as_vector for matrices with a single row/column Thank...

@zmij don't worry! Thanks for the comprehensive support. It is much appreciated!