Martyn Chamberlin
Martyn Chamberlin
I had to do this step: ``` npm install aurelia-cli -g ``` Not intuitive that you have to do that from the README. Thanks!
We're looking to use this in a project — thanks for building it! — but I'm not finding anything on npmjs.com for it. We could create our own NPM but...
In Angular testing for a service that implements `$http`, we're using to doing this: ``` $httpBackend.flush(); ``` What this does is it takes any outstanding requests and processes them so...
Love this extension! I'm coming from PHPStorm though and there's one feature it had that I would love to see with this. Very often, I use this feature because I'm...
Often, we use foot marks instead of true quote marks when we're writing a contraction in a sentence. Inside of a `trans` tag (for example), this causes the highlighting to...
`-webkit-font-smoothing: auto;` is an invalid statement in a `.less` file. Proper translation would be `-webkit-font-smoothing: ~"auto";`. Just learned this the hard way. Would be nice if the IDE at http://css2less.cc/...
Here's my case scenario: I'm building an upload feature. If the user selects a file with bad data, we show an error message and give them a chance to re-upload...
Hi, I came across this fork since the primary[ isn't yet compatible](https://github.com/yuche/vue-strap/issues/250) with Vue 2.0. But I cannot get it to work! I'm on macOS 10.12.4 Beta (16E154a) and here's...
The ability to set up break points is important, and currently, it's not possible in this plugin, using the source files. [This line](https://github.com/ChessCom/browser-extension/blob/bc6c2812946cbfa58faa0b5fb18c890c51b5354c/webpack/dev.config.base.js#L18) isn't working.
Essentially we want to undo the changes made in this commit. https://github.com/ChessCom/browser-extension/pull/48/commits/c232aa9303f06bae9eb4d0b1fa99bf61d8d4eaf1