Adam Richter
Adam Richter
The @Mgsy solution works fine, will push this change, but I wanted to take it even one step further. Perhaps we could also have the option to propagate the table...
One more thing to consider - while testing the above solution (setting `defaultProperties` in table config), I've realized that new attributes are not added into the model when they are...
One missed and just spotted: `file:` protocol, I think it should be also the default.
What's done post review: - removed enum of common protocols - added tests requested @DawidKossowski To reply to general points raised: 1. to be precise, I've added the description on...
@DawidKossowski Docs subsection added, and I'll just once more point to the discussion about changing regex, that I don't wan't to potentially waste more time, so waiting on some decisions...
@scofalik is there any more context to this, for instance, previous kinda related issues, or customer requests? Trying to understand the impact on this.
What about this, has it been solved, what is the problem with it and can it impact this? > (I wonder if we solved problem with recursion?)
I've also ran into the same issue. I was using `RRule.fromString(rruleInStringFormat)` to generate the RRules, but when it comes to obtaining any date with `after` or `between`, it starts with...
@DawidKossowski Outro for you and of course for @scofalik: I've fixed and resolved some of the comments. The major one was to move the callback triggering into an actual `checkChild`...