George Mauer

Results 27 comments of George Mauer

Just looking through the code and I had the same question when I couldn't understand how it was handling relative imports (which in python2 can look the same as regular...

Does this include supporting tuples in Razor? cause I'm currently hitting a wall with that and its super annoying

@juanpaexpedite just to be clear, { "properties" : (4, false) } doesn't work because `(a, b)` is already valid javascript syntax - it is a single expression that joins two...

This point is good to explain cause its something I myself didn't understand until I started looking at the compiled IL. When you do ``` (int foo, string bar) GetValues()...

Just to throw up another use case: ``` **/node_modules/* !src/server/app/node_modules/my-app ``` for allowing "mock modules". This rule makes ag search all node_modules, making it kind of useless

Workaround: ``` new file .ignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file ```

Workaround: delete `node_modules` and do `npm install` from the osx side. You can run karma form osx. Of course this breaks many `npm` on the windows side so if you...

2 years later...

I haven't heard anything