Krishnan Mahadevan
Krishnan Mahadevan
Bumping the version [here](https://github.com/eugenp/tutorials/blob/master/axon/pom.xml#L60) to ``` 4.5.11 ``` Fixed the problem. But I still am not quite sure as to what caused the problem in the first place and where...
@EriksZviedrans The current implementation will not support cascading select fields. I have had to hack into the codebase, to get past this problem. Hopefully once my pull request gets merged,...
@SeanCharlesConlon Yes you are right. The code would fail in the toJson() method. My pull request aims at addressing it. So if you are really looking for my fix, you...
@lazaroclapp - If I were to take a jab at this issue (The label ` good first issue` seems lucrative), what is the expectations from this issue ? Is it...
ping @ketkarameya
Capturing my understanding . When we create a `piranha_arguments.toml` file which looks like below ``` language = ["java"] substitutions = [ ["stale_flag_name", "salute_dragon_warrior"], ["treated", "true"], ["treated_complement", "false"], ] ``` We...
> I am going to actually steal some text from here and put it in the documentation. :) Please feel free to do so 👍
@baev - Are there plans on getting this implemented? Are you looking for any help ? I can try and contribute, if you could please help let me know what...
@juherr - Please give me some more time to go through this implementation (maybe this weekend). I liked this decoupling 👍 I will try to wrap up whatever observations I...
@juherr - I tried checking out your branch and then running the tests via `./gradlew clean test`. I see a lot of test failures. I also tried running a sample...