Daniel Shapiro
Daniel Shapiro
Hi, Sorry for the delayed response. If run this script: ``` console.dir = require('cdir'); var some_obj = {key1: 'val1', key2: 'val2'}; debugger; console.dir(some_obj); ``` With `node debug my_script.js`, I eventually...
@courdek I noticed the same thing, and I fixed it by changing the `position` style of the wrapping div on the bottom & unbottom events. The problem is that the...
Joining the conversation pretty late here but wanted to check in and see what you all have been doing for this. @AntelopeSalad have you come up with your own solution...
@cyberdelia curious to hear your thoughts on this 6c95ac3e8157e2052d64722b7512ba0ebe63830a Pretty simple/harmless, and it's allowing me to use sass with pipeline in my dev environment with 10x faster requests. In my...
Very possibly. I'll admit I haven't tested django-croppable-images with the latest IK. It should work fine with 2.x but if you want 3.0 support then you might have to dig...
I'm assuming that your `person` object is an instance of some model that has a `CroppableImageField` (the model field, not the form field) called `picture`...is that right? If so, try...
If you open up a python shell and create your `person` object, can you do `person.picture.coords_csv` ?
What exactly is happening? Are you getting an error?
Something is definitely wrong here and it will probably take me some time to figure it out. It seems to be very similar to the issue discussed here: http://stackoverflow.com/questions/4324676/django-multiwidget-subclass-not-calling-decompress What...
Pull from master and re-run your version that looks like the admin example from the docs. There were some jQuery version issues which [djw](https://github.com/djw) fixed, so I merged in some...