Nathan Vander Wilt
Nathan Vander Wilt
AFAICT this must be something that comes from django-pipeline itself (maybe in https://github.com/jazzband/django-pipeline/blob/5ec680174d1897498ec9c6652a4130bc0d39dddd/pipeline/compilers/__init__.py#L33 ?) and so you might try their documentation.
(This is related to #13 and #5, allowing the user to opt *out* of the fixes there if they prefer faster refreshes over correctness, particularly during development.)
@j0hnsmith I think I could merge this myself, but I wouldn't be able to deploy to PyPI. Is this something you can release if it looks good to you?
What would the proper way to get the EmberModelAuthModule instance from userspace outside of the closure where patch was intended to get called? Basically, we're trying to workaround this issue...
I'm not terribly happy with this as it creates a new RESTAdapter object every request, but here's a way I found of making use of the patched _ajax method: ```...
Also the way you rely on your patch in https://github.com/ebryn/ember-model/commit/7e091abe1ba1a6b3cdaab30b5df0490fa4af0ce5 makes the url and params arguments go unused in the final request. You either need to make your `self.get('auth._strategy').serialize` take...
Okay, I think I've found a workaround of sorts for our situation. Obviously this is not the real solution but in case it helps somebody else move along. First of...
That is not a real fix. Do not use it unless you understand how grievous a hack it is.
Also pinging @benoitc @iblis17 as relatively recent contributors to couchapp/erica. I don't want to file so many issues in those projects yet, but would appreciate any input you have in...
This is now implemented in `[email protected]`. If there's interest, it would be good to get this supported across other utilities as a standard feature! For now I included a compatibility...