Frank David Martínez M
Frank David Martínez M
@emacarron This is a very old issue. Its root are in mybatis core because scripting evaluation and jdbc parameter binding are handled in different phases. I remember we have discussed...
Hi Tivv, I am trying to verify this issue. $level1 is a list, so what is the intended output of @{level1} in your use case?
Ok, I got it. It is a bit hard to fix it so fast because of the structure of the code. I will do a major refactoring but it will...
Hi @DSMejantel Impressive example, thank you. I have a lot of things to learn from it. My example is only about Authentication and Authorization and reducing code duplication on every...
This change looks potentially dangerous as it breaks backwards compatibility with no clear gains. Why not just adding the new Description property while making the old Label2 hidden by default?
@yorikvanhavre I agree that Label2 was a mistake, but it has been there for ages and it is public API, usually removing old public APIs should follow a deprecation path,...
Hi @AIRCAP , one question: OCCT Boolean operations support multiple Arguments and Multiple Tools, why not just explode compounds into Arguments and Tools lists so they are seen by the...
@AIRCAP > the other problem is - I think what OCCT boolean cut does with multiple arguments and multiple tools is - it cuts the first argument with the first...
@AIRCAP > in that case the first issue is to preserve the topology of the compound. if its a single compound then its straight forward, but for example if its...
I don't know how TNP algorithm deal with nested compounds. From the user's perspective, usually as a user I never know that the result of intermediate operations are compounds. The...