Dieter Geerts
Dieter Geerts
That would be great, so we can just use the result of running `browserslist` with the `bowserParser.satisfies` method.
Any news on this? Imho getting coverage over your whole source files is really important, and all over the internet, there isn't said much about it in tutorials etc.... Looking...
> try using methodoverride npm package That's not very descriptive. I have the same problem, I got errors: ``` MongoError: read preference must be a ReadPreference instance ``` Using mongoose...
Yes, sounds a good choice. Do I give it a try?
Ok, I'll give it a shot. It will be a bit more work, as I first have to check which functions are being wrapped by the `driver`, as all need...
@Prabhs2 , that's exactly what this linting rule will be for. The wrapper functions of `browser` adds Angular(JS) magic, and thus will not always be ideal, and thus it's preferred...
I dissagree on not naming interfaces with an I, because when you just see the code files, you can't tell if it's an interface or not...... The I is very...
And what do you do when you want to switch out the view for a controller/directive? View and ViewModel should be separated and there are situations where I want another...
@jteppinette , no, for many situations the router can't be used. If you have a list of items for example, I can now use ng-include to tell how they must...
One thing that didn't work a few versions back, is that when you use a directive to split up a form, your form validation will get messed up. I think...