Lucas Shadler
Lucas Shadler
Hey, bump on this one, does the Ionic team see any value in bringing this into the project?
@saschpe @markemer Thank you so much for driving this forward by the way, appreciate it!
Sure! They are quite simple, this is a toy model 😄: `default.pkl` ``` @ModuleInfo { minPklVersion = "0.25.2" } module com.sample.ApplicationConfig myMagicString: String = "Hello, world!" ``` `production.pkl` ``` amends...
@bioball have y'all had a chance to look at this? We are still seeing this once in a while when leveraging the gradle plugin.
Here are the versions. I would say this happens 1-2% of the time at most, quite infrequent. ``` Java: 11.0.16 Gradle: 8.1.1 ```
Unfortunately, we ended up needing to duplicate the code in several CLIs we manage, sharing only the definition of the flag. Still hoping to hear guidance from the Kong team...
@markerikson in our case for a larger application, we have never wanted to override the endpoint. In this case, it would be preferrable to throw an error, as we wouldn't...
@EskiMojo14 I've thrown up a solution [here](https://github.com/reduxjs/redux-toolkit/pull/4189) and am happy to help take it through the review cycle!
> We're also interested in a solution for this. We just had a case of a team overriding another team's endpoint without knowing. > > Thank you very much! @thomasneger...
@joshafeinberg I addressed the formatting. Working with my team to ensure we can sign the CLA but will get back to you on that!