dawidgarus

Results 9 comments of dawidgarus

> It's definitely possible to tree-shake static methods in theory. Is it though? The shaking of static methods would come with a lot of caveats and implicit assumptions about the...

So there is no safe way to pass arbitrary arguments to gulp task? You can pass just a value, because it will be treated as task name. And if you...

@sttk @phated Yeah, imagine writing commands like `gulp update-version --update-version:version=0.0.0 --update-version:from=0.0.0`. In my opinion it's ridiculous. And what about subtasks which share argument - should I repeat it? I like...

I'm sorry if my opinion came up as pushy. I've presented constructive criticism of proposed solutions, which highlighted flaws (some of which are majorly inconvenient) in those solutions, how to...

Personally, I would leave it up to the users. They still have access full list of arguments via `process.args` and they could parse it however they want.

I tweaked a little bit colors and font sizes. See look or fidget around with it see: https://jsfiddle.net/Lt9dfw0m/13/

@bilianemoreira Thanks for your input, but I see some flaws with your design: - Accent color is too prevalent and it's hard to focus. It should move user's attention to...

@flavioislima should it be another view type or replace current list view? i can work on it, but there are 2 things: 1) i want to refactor how we get...

I also find importing very confusing. When I tried import game for the first time I thought I have to set Install Path to existing folder where the existing game...