Matthew Dapena-Tretter
Matthew Dapena-Tretter
@124bit My problem isn't that I don't know how to implement it; it's that I'm not yet sure if it should be implemented. I'm concerned about potential security implications with...
This should have a corresponding "placeholder" template tag that uses `{% thumbnail %}`'s syntax.
Hm, I don't think so. For this, I think it's better to get some new, sharp, inoffensive images of beaches and trees and normal stock photo stuff.
No, I don't have that much experience with it either. You can check out what we did in [2.X](https://github.com/jdriscoll/django-imagekit/tree/support/2.0.x) though for some ideas. Basically, as long as it's integrated with...
I'm not sure if that really fits here… With ``, we know that people won't be using JS to control the content (since you could only do so in browsers...
I'm not sure how iframe support correlates with JS support (or whether you can disable them). Does it not matter that the browser changes the content? I would've thought that...
Can you provide the full error? A typeof guard is used [the only place window is used](https://github.com/matthewwithanm/react-mediaswitch/blob/fa03f54ae39fad01e6809f25cd3e5ac36770bf62/src/MediaSwitch.coffee#L36) so I'm not sure how that could cause an error.
Wow, thanks for the quick response @PEM--! 😊 Did you see the React links in the OP? The first one defines a function when `process.env.NODE_ENV !== 'production'` and the second...
Hm…Well, Nuclide isn't shipping code "in dev mode," really (it's a runtime switch in React). But I see where you're coming from. Ideally, switching wouldn't be possible I suppose. But...
Usually libraries will hash the key, or combine a hash of the key with an abridged/cleaned version of the key.