Mark Amery
Mark Amery
It's not obvious to me how to run the example project. If I open the `VSTextField.xcworkspace` file in Xcode, then I have no option to run, only to build. If...
Aha - the solution to the above seems to simply be that after opening the xcodeproj I must explicitly build before running, for some reason.
... and even then sqlmypy seems to only treat the relationship as an `Iterable` rather than a `List`, meaning it wrongly thinks you can't do things like do an index...
Go away, stale bot.
Any chance of this getting reviewed and merged, @s-t-e-v-e-n-k? It's a bugfix with possible security implications. (I would be happy to leave for you to handle it whenever you get...
I'd benefit from this feature, and so would (adding up the views) at least [983](http://stackoverflow.com/questions/14597122/parsing-large-ntriples-file-python) + [467](http://stackoverflow.com/questions/14730255/parsing-n-triples-via-streaming) + [5704](http://stackoverflow.com/questions/3868888/parse-large-rdf-in-python) + [90](http://stackoverflow.com/questions/29030845/using-python-rdflib-parsers-without-the-graph-object) = 7244 other people. I'm going to take a...
Good lord, 470 errors and 154 failures after merging this into today's code. I might give up on this exercise and leave it to somebody who understands both the codebase...
Okay, I've now: 1. resolved 2.5 years of merge conflicts 2. done a search with the regex you suggested and added a bunch more urllib.parse.quote calls 3. fixed a test...
Figuring out behaviour for `diffWords` that will make everyone happy is a pain; I've been going through the backlog of issues on jsdiff and `diffWords` yielding results that people don't...
Unfortunately https://github.com/djacobs/PyAPNs/issues/167 has the intolerable effect of ratcheting up the payload size of non-ASCII messages considerably, so I've rejected it in its current form. However, I'd still like to see...