David Robinson

Results 32 comments of David Robinson

Could you show an excerpt of the traceback?

What is in your Installation object? (What types? Does it have Relations with other objects?) This would appear to be a specific problem with one of your fields (more accurately,...

You're right about the latter point (I had to take a look into the code to check). However, what is the advantage of keeping a list of the existing operators?...

I think #30 is a start to this, though there may be more functionality you're interested in

@folse You need to save the `place` object before you add a relation to it, not after. (There might be other issues- it would help if you showed the full...

I'll try implementing this this weekend. But of course we'd welcome push requests if anyone else solves it.

That's very interesting. If you're willing to share the code in a comment, I might be able to help you get it integrated. I got stuck on this a while...

Oh! I merged that [pull request](https://github.com/dgrtwo/ParsePy/pull/70) last month but somehow forgot (I guess I'd been associating it with a different problem). This one's on me, sorry I wasted your time....

The general approach I'd use is to join the two using a high (possibly infinite) distance, to use the `distance_col` argument to add a distance column, and then to pick...

Thanks for your report! This was simply a (serious) bug that occurred when there were multiple matching columns but no `distance_col`. It's now fixed. Currently there's no way to specify...