Andreas Neubauer
Andreas Neubauer
No problem, I am happy if I can help to improve the library. The library really works great and I have learned a lot about python's internal functions by analysing...
Thats correct
Hi Vince, I tested your implementation and ```_many``` does not exists. To be honest I don't check your develop branch if this an improvement there. But ```many```work so far. For...
_Perhaps I should had a special method that would trigger the __init__ generation on demand? Leaving the code with your patch as normal behavior and trigerring the generation/recompilation only in...
One additional thing came up. The init doesn't call the init function of the supertypes. Only the structuralFeatures are overtaken. I want to replace the init function of my root...
I dont know if capella use any customized serialization option. Is an open source tool but i haven't dived into the source code so far. The problem came up that...
I dont know if the regex above really covers all cases. I tried this pattern `r'[^\s]*#[^\s]+'` which also works and should be the equivalent to split at whitespaces. The only...
See patch, hope it helps. It only forwards parameter if mixin (user_module) is activated. module_utilities.tpl ```73c73,81 < {{ c.eStructuralFeatures | map(attribute='name') | map('re_sub', '$', '=None') | join(', ') }} ---...
If found some bug in the patch, i have update the pre post. Should work now.