Roy Macdonald

Results 187 comments of Roy Macdonald

Hi @lmtanco, This is a known issue.[ I've been reworking PG ](https://github.com/openframeworks/projectGenerator/pull/578)and fixed this issue among other, but still have not merged it. As a quick and dirty hack for...

Hi @artificiel ! Thanks for the feedback. It actually makes a lot of sense. I am not sure about the implementation as I have not checked the code of this...

same here. This used to work with no problems. It is really annoying not being able to move into a newer version of PG since I use local addons a...

@2bbb The following is working for me https://github.com/openframeworks/projectGenerator/pull/578

Thanks @eduardfrigola for bringing this issue back. What if we create unique names for each parameter stored in the group? I have not seen for a while the code for...

no idea but [this issue](https://github.com/openframeworks/openFrameworks/issues/8102#issuecomment-2414343660) might be related to it.

@artificiel I tested the snippet of code you posted and it does not work. same error. the problem is implicitly converting from of::filesystem::path to std::string, not the other way around....

@artificiel I am not sure either, but it should be tested and as it is such a basic thing. and I can tell from a project in which I am...

> Edit: nevermind. Going to look at other solutions... > > Below might still be feasible: > > This only addresses ofToDataPath - if we wanted to address all functions...

> I agree in terms of shorterm fixes this should probably be reverted until we can get a workable solution for Windows. This would literally break almost every app on...