Carter Baxter
Carter Baxter
I would propose: 1. In addition to the requirements above, adding a "language" field. 2. Consider adding something representing cost. Perhaps the restaurant-style $ $$ $$$ style markers. While they're...
It turned up on #django today that the CSS covered in the css section of the tutorial will not necessarily result in the screenshots seen. Notably, there is no float:...
I think this issue should be reconsidered. Not only are bare URLs hardly readable, they pose a significant a11y hurdle to people using screen readers. I'm not proposing full markdown...
I also think this should be tagged with the accessibility label.
I've run into this too. It's coming from the templatetags.jinja_filters, in the import jinja2 line. The part I don't understand is why 1.9 is attempting to load that tag at...
I believe this is a defect in Django: https://code.djangoproject.com/ticket/26164
Thanks. Not actually my project, I just thought it illustrated the behavior well. I still disagree this is desirable, but can see the reasons to do it. I do think...
So, seeing this issue, can one not submit ISO8601? I need to show a human-readable format in the input but submit in 8601. Is this not possible?
I'm seeing this in both python2.7 and 3. Using either the default `pi` user or `sudo`. Also tried `pip uninstall` for all versions. Still won't import.
Temporary workaround is to install the older version: `pip install iw_parse==0.0.2` Judging by the related #10 issue, it appears to be in the setup.py packaging script, maybe?