Harro van der Klauw
Harro van der Klauw
Ran into this, we only accept json as serializer, for obvious reasons. The problem is that the file object that is passed around either is too complex in parameters to...
OK, did some searching and can get the model through: `file.generator.source.instance` The problem is that I can't find the attribute name that needs to be generated: I have a logo...
Because you need more information on how to thumbnail the image, the file itself it not enough.
The file there is an ImageCacheFile, which has all the parameters on how to generate a thumbnail, the original file alone is not enough because you might use the original...
I totally wrote my own solution that just starts a task with the app label and model name (from ContentTypes) and an id, then the task loads it and just...
and for testing I added www.google.nl, activated it and them removed it. On Fri, Apr 1, 2011 at 5:56 PM, scotchi < [email protected]>wrote: > Could you attach your /etc/hosts file...
It needs to run once on travis. :)
Any progress on this? I just ran into the same problem. Seems the [syntax file](https://github.com/atom/language-python/blob/master/grammars/python.cson#L1154) starts the SQL context and only closes it when it encounters three double quotes, which...
Same issue as #19 As suggested there catching the None object would solve it, if the obj is None, nothing should be reported, as your are not accessing the property...
Hey, I would, but I'm going on vacation for the next 3 weeks. So feel free to tweak and merge, otherwise I'll pick it up again when I get back