HaiWei Wang

Results 3 issues of HaiWei Wang

When using the plugin as the masking for the dates, pressing down the backspace key constantly. While releasing the backspace, all the character will shift due to the array miss...

Is there a way to pause the task sequence, check condition and cancel out the sequence. ``` Task t1 = Task.value(orderData); Task t2 = t1.andThen( d -> d.setCurrency(Optional.of("dollars"))); Task t3...

Hi, I am trying to adjust the trace logs level, I saw the document "state Set logger "com.linkedin.parseq.Engine:root" to DEBUG or TRACE." Not sure what is this mean, can you...