Dean Sofer
Dean Sofer
Due to how the mentions of someone's names may occur, there is a chance that the rendering may parse mentions recursively. For example, if you replace **@mentions** with **mentions** then...
Right now, I just exposed everything via the directive controller. Although this gives you a LOT of control, it requires you to make your own secondary directive. For now, I...
This is a suggestion instead of using a wrapping container with `position:relative` and a dropdown present for every textarea on the page which could incur a sizable performance cost (although...
This repo was sort of slapped together on a whim, would be nice to have some cleaned up documentation.
If I already have an IDE open, when I'm browsing or navigating, I don't want to open a web-browser to view rich in-repo references and definitions. I'd rather as much...
## Background I have a monorepo or a multi-root workspace. I launch multiple terminals, some associated with specific folder trees (specific packages in my monorepo or a specific project-root). I...
So I realize I could do `window.x = 'hi'`Enter`alert x` But I'm used to doing things like `x = 'tempVal'`Enter`alert x` Unfortunately, `x` is undefined in the second command. Is...
Check out the AngularUI style guide
I tried to merge in just about every outstanding fork, but gave up on @jcdarwin cuz he just refactored the entire engine and I don't have _THAT_ much energy. Also,...
This way people can use DOM that will eventually be removed as a selector BEFORE it's gone.