Hajime Yamasaki Vukelic

Results 136 comments of Hajime Yamasaki Vukelic

Yeah, that's a good point. I'll take a look at this again at some point.

Don't make a framework out of a simple decorator. My gut feeling is that `@Emit` should not have any logic. In fact, none of the decorators should. If you have...

Another thing that should be mentioned is that `Emit` is not like the other decorators. Other decorators address various Vue.js component options, but `@Emit` does not. It *doesn't add anything...

I generally don't have issues with Vue and TS combo as long as everything is being done by webpack (e.g., karma-webpack plugin works really well).

@blocka The ts-jest guys are doing something like that, and it seems to help. Probably why it worked for you as well.

I'm super confused by this. I originally thought you meant "if `isEmpty()` returns true" but now I see it's the opposite. `propOr()` doesn't work like that.

See, that's what confuses me. `0` is simply an alias for `true`. I don't think that's a very valuable feature. You could as easily have said: ``` let a =...

I kinda assumed it would be 0 based right off the bat.

@josepot That and also that Lodash has the [same function](https://lodash.com/docs/4.17.10#nth).

I knew you'd like that one. 😁 Seriously, though, it's obviously not important what lodash does or steals. I simply did not think there was anything wrong with "where n...