Nathaniel Taintor
Nathaniel Taintor
Yeah, I also can't think of why an image size would be registered with 0 as a dimension. But it seems safe to ignore that value if it exists in...
I'm not understanding the privacy concern here. It seems to me that pronouns are the **single most public** piece of identifying information... along with name _(edit: to clarify, I'm talking...
To your first question, yes, it should be possible and feasible to give the minimap a fixed width and scroll it along with the window like ST2's minimap. The math...
I opened a new issue (#7) to track investigating canvas alternatives...
Yeah, the problem isn't that `jQuery.clone` is duplicating event handlers - it doesnt. The biggest problem is that it duplicates element ID's, which then breaks any handlers attached to those...
Actually, looking over the plugin used on that demo page - https://github.com/demux/sublime-scroll - I'm really impressed with how smooth it is and the thoughtfulness of some of the options, like...
This bookmarklet feature is added in version 0.4. Would like to hear feedback from anyone using it.
I don't get this problem. I'm able to submit multiple consecutive links through the Add Link form. Could there be a different issue, maybe something with the urls you're submitting?...
That makes sense. That's more a debug message than anything useful from a UI perspective. Question, though... what about the error message "The submitted link could not be found."? I'm...
Yeah, I see the issue you're having. This plugin depends on both the minimap and the column that it clones having a containing element with a fixed height and overflow...