Chris Adams

Results 315 comments of Chris Adams

It looks like that regexp is being incorrectly calculated: you would probably want something like this in your settings file to include things other than speedtracer: ``` SPEEDTRACER_FILE_FILTER_RE = r"\\/usr\\/local\\/www\\/django\\/speedboat/.*"...

I just encountered the same problem. Looks like the archive on PyPI lacks README.rst (see https://gist.github.com/9dff88d63a7a096a702e) because there isn't a MANIFEST.in explicitly including it.

On Sat, May 7, 2011 at 3:34 AM, justquick [email protected] wrote: > the decorator syntax is going to be deprecated in favor of function attributes for version 0.6. forget importing...

@jackiekazil That system just used an `` tag for display so it would use the browser's native support for performance reasons, particularly since it was expected to get documents using...

Yes, it was generally just with the expectation of large documents. Acrobat, Chrome/pdfium, Safari, etc. are heavily tested and optimized native code. pdf.js has improved rapidly but it's still noticeably...

This would definitely have saved me a few minutes, especially since the documentation has been reorganized in the year since the links on https://github.com/aws/aws-app-mesh-roadmap/issues/220.

If you submit a PR, I can review it

> Does it need to still work with older versions of django? Should the code try to import old/new versions of renamed packages, or ok to just target newer versions...

Hah, yes — I was just working on a comment suggesting that care should be taken if your `__str__` does anything which triggers lookups. What do you think the syntax...

> Stringify() and lambda x: str(x) are a bit ambiguous, as the syntax lets think that it would convert the field (a primary key) to string. It's not clear we're...