Jani Hur

Results 28 comments of Jani Hur

> override On.*Phase and call ##super() in cases other than the one phase of interest. Yes, I can see that now 🤦‍♂️ ``` if (pPhase = "Configure") { // my...

> Hi [@janihur](https://github.com/janihur) could you assign this task to me. I'm sorry but I don't have the authority. Please consult WSO2 personnel. E.g. Ballerina's Discord https://discord.gg/ballerinalang is a great place.

When I was writing the issue I realized IPM already has `-dev` flag: > `-dev` > Sets the DeveloperMode flag for the module's lifecycle. Key consequences of this are that...

Thanks for the tips - this tells me someone should write a book about different IPM usage patterns :) My conclusion for now is that I'm not going to rely...

The workaround (?) is to pass the root directory as an attribute: ``` ``` Or: ``` ```

From a dummy (?) user perspective as long as the rules are not explained in the documentation I consider it's a bug that: - sometimes the data is available and...

@isc-tleavitt If I read correctly https://github.com/intersystems-community/zpm-dockerhub/blob/727ef174fbaf40386d37ad5e08066253c0522d35/Dockerfile#L3 this is the "magic sauce" to install the IPM into dedicated database and then made available to all other namespaces by mapping? Cool! This...

@evshvarov If you read the question carefully you'd see I'm already applying the multi-stage build trick I found from [grongierisc/iris-docker-multi-stage-script](https://github.com/grongierisc/iris-docker-multi-stage-script). The article seems to have exactly the same content ;)...