humbled
humbled
The readme talks about wicket 1.5 support. _The 1.x branch contains a version of wicket-select2 compatible with Wicket 1.5.x_ There are a number of issues in here that haven't had...
Strange behaviour encountered today where the top 3 rows of an XL get ignored until reset() or similar Here's a tiny working illustration. Pressing key(0) makes the call and the...
I see hasn't been updated for months. Did you find an alternative and using that instead? Cheers
We optimise our statics (using grunt/node) into a dist dir at build time. Seems Flask-Collect doesn't yet support configuring the source directory to use, instead always using `spath = op.join(root,...
### tl;dr The dateutil docs give examples like: ``` list(rrule(YEARLY, interval=4, count=3, bymonth=11, byweekday=TU, bymonthday=(2,3,4,5,6,7,8), dtstart=parse("19961105T090000"))) [datetime.datetime(1996, 11, 5, 9, 0), datetime.datetime(2000, 11, 7, 9, 0), datetime.datetime(2004, 11, 2, 9,...