Tim Kendrick
Tim Kendrick
I'm really enjoying using MacVim – however one feature that I really miss from Sublime Text is the ability for the editor to automatically reopen whatever files were open when...
I'm an Atom [vim-mode-plus](https://atom.io/packages/vim-mode-plus) user who's been keeping an eye on VSCode for a while: one of the main things that's holding me back from switching is the inability to...
Webpack and Browserify both automatically check for a `browser` property in `package.json` when resolving external module paths: https://webpack.js.org/configuration/resolve/#resolve-mainfields https://github.com/browserify/browserify-handbook#browser-field This PR ensures that the correct version will be used when...
I'd love to be able to use `gulp-inline` to inline different content types based on user-defined tag definitions. In my case, I need to inline Polymer web component definitions (via...
When installing on MacOS High Sierra I was getting "Symbol not found" errors, similar to #17. Updating the `binding.gyp` to include `10.13` and rebuilding fixes these errors.
Just wondering if there are any plans to bundle a set of standard HTMLBars helpers (`if`, `each`, etc) so that it can be comfortably used outside Ember? I've been really...
Thanks for Font Awesome, it's an incredible project! I'm currently working on a side-project that features some WYSIWYG text editor controls, and the only icon I've come across that seems...
When initiating a SAML client flow via the /sso endpoint, the service provider object Entity ID is omitted from the initialization options, causing the underlying saml library to incorrectly use...