Arnaldo Piccinelli
Arnaldo Piccinelli
My calls stopped syncing for some reason. Whatever the reason is, I would like to back up calls since the last backup (or all, if there was no last backup)....
**Is your feature request related to a problem? Please describe.** It would be great to have formulas be automatically evaluated after editing a table. **Describe the solution you'd like** This...
This code snipped is flagged by IntelliJ: ``` @Mapping(target = "field", expression = "java(EnumClass1.ENUM_VALUE_1 == dto.getEnumValue1()" + " ? someValidCode()" + " : otherValidCode())") ``` IntelliJ sees the end of...
I started creating a `@Mapping`, entered the `target`, switched around between typing `constant` and `expression`, and now the IDE tells me that the expression ``` @Mapping(target = "compPlanType", expression =...
### Expected behavior ```java @Mapping(target = "details.type", conditionExpression = "java(dto.getDifferentType() == DifferentType.TYPE_1)") ``` should produce ```java protected void detailsDtoToDetails(Dto dto, DetailsDto detailsDto, Context context, details mappingTarget) { if ( detailsDto...
The method below returns true for "USD 0.00". ``` @Override public boolean warn() { return hasDisplayOptions(ExportDisplayOptions.ALWAYS_WARN) || value == null || value.isNegative() // || is(new BigDecimal(value.getNumber().doubleValue()) // .setScale(2, RoundingMode.HALF_EVEN)) //...
**Describe the bug** I cannot get SpringDoc to not show FF4j endpoints. In addition, the label `ff4j` appears even for non-ff4j endpoints. It seems that if ff4j is in the...
**Describe the bug** I want to secure the FF4j console and limit access to **superusers**. I cannot get that to happen. **To Reproduce** ```properties ff4j.security.enabled=true ff4j.web-console.enabled=true ``` ```java httpSecurity .cors()...
(Original ticket here: https://github.com/karatelabs/intellij-plugin/issues/32) When running a single scenario, the framework (including the IntelliJ plugin) references the scenario by its line number. This creates issues when the scenario's definition line...
Also adds requirements.txt to make building easier and updates README.