mohmad-null
mohmad-null
I had a friend complete the Bank Account one, and like mine, they made no attempt to do the locking thing. Their solution was broadly similar to mine. For them,...
> understand that Python uses j to represent the square root of -1. appending j to a number defines it as imaginary. (e.g.3j is equivalent of 3(sqrt(-1)) -- IF Pythons...
> But I don't think having a debate about the utility of complex numbers (or any other numeric type) in programming is helpful. Nor do I want to have a...
This issue is still happening so it seems to be a long-term configuration issue rather than a temporary glitch. It would be nice to be able to use that search...
@kvuppala - Thanks for the reply. Relating to size, the EU CKAN portal appears to have about four times the number of datasets as compared to data.gov, but the query...
I'm getting a different error these days. This: http://catalog.data.gov/api/3/action/resource_search?query=format:ZIP Now gives: `{"help": "https://catalog.data.gov/api/3/action/help_show?name=package_search", "success": false, "error": {"message": "Search Query is invalid: \"Invalid search parameters: ['query']\"", "__type": "Search Query Error"}}` It...
Even after this change, I'm still getting the error reported on Apr 1st - https://github.com/GSA/data.gov/issues/753#issuecomment-290927514
@kvuppala - Has any progress been made on this? It's now over 6 months since the issue was raised.
@kvuppala - I'm looking at the results and not seeing any evidence of the improvement as a result of the "database fine tuning" or "code optimisation". The following (originally provided...
Thanks. That makes some sense, though given it was doing upload-resuming I figured it would be smart enough to do "don't re-upload the same thing". I'd suggest this as a...