Tom Carrick
Tom Carrick
@thibaudcolas, I have a couple of thoughts. I wonder if we could remove the datepicker at some point as the major browsers all have their own, but I'm not completely...
That's a very interesting thread, thanks for the link. One thing I found especially interesting is that if you're dealing with a date the user already knows (such as a...
Hmm it seems to be a bit more complex than that. As I understand it, `aria-invalid` is only necessary when there is _no_ error message available. However, I think it's...
I'm not sure we really have a way to distinguish between "generic" error messages and error messages that properly describe how to fix the problem. It seems like we encourage...
What happens if you add `db_comment` to a field that isn't directly represented as a column, e.g. `ManyToManyField`? Do we need a system check or something for this? You may...
@charettes, would you like to take a look?
I ended up making a Tokenizer that looks like this, and then using `.tokens` instead of `.words`: ``` import re from nltk.tokenize.treebank import TreebankWordTokenizer from textblob.utils import strip_punc class ContractionPreservingTokenizer(TreebankWordTokenizer):...
If there's any interest I'd be happy to work on this. In a similar vein, Python 3.6 is now out of support, so it could also be dropped.
@HigorMonteiro I suppose it's not necessary no, as long as everything comes out in UTC. However I do find this behaviour a bit odd and I would expect it to...
I think it's actually better to wait for #1213 as it adds variables for colours, so this PR can be simplified.