H2 Software

Results 7 comments of H2 Software

Trying @DethAriel's workaround on Angular 7, I'm getting: `ERROR in src/main.ts(23,12): error TS2339: Property 'subscription' does not exist on type 'RecaptchaComponent'.` @DethAriel also writes > this is a temporary and...

+1 Example usage `if (isActive) { tag = tag.appendClass("active") }`

Sure... ```Tag tag = getAccountSelectField(key, accounts, selectedAccountNumber); ContainerTag feedbackDiv = div(); boolean hasFeedback = false; if (!feedback.isAnswerBlank(exerciseInput)) { FeedbackStatus feedbackStatus = feedback.getFeedbackStatus(exerciseInput, key); if (feedbackStatus != null) { FeedbackType feedbackType...

No problem. Thank you for giving it some thought. If `withClass` would append rather than replace, that would be consistent with your other `with` methods, though. For example `tr().with(td()).with(td())` would...

Yes, loads of times. Here's an example (I've cut down complexity just to show `with` in action): ```ContainerTag table = table(); ContainerTag tbody = tbody(); List lines = classification.getLines(); int...

Thank you @LucosidE for this solution but does this mean you would need to fork this plugin, compile it yourself with the added code, and then load it into IntelliJ?...