Timo Sachsenberg

Results 291 comments of Timo Sachsenberg

Is there an easy way to also support that for std::vector ? Our param object now uses stl only objects so we can't use a StringList here

Basically I want to use e.g. param.setTags("key", ["s1", "s2"]) instead of param.setTags("key", [b"s1", b"s2"])

I had a similar error message that went away after a new configure / deleting the CMakeCache

@hendrikweisser I think you mentioned the value bindings as biggest plus / main reason. I am trying to figure out how much work it would be to use our existing...