Michael Rawlings

Results 9 comments of Michael Rawlings

@nahtnam I was going to say the same thing regarding `quiet` and `silent`. I think it can be disorienting when the server restarts and there is no indication in the...

To add my thoughts, I think I'm leaning towards having a `.bin` in the `marko` package for `postinstall`. This means the postinstall script would always be [n'sync](https://media.giphy.com/media/Meb9E2rMPrLSo/giphy.gif) with the application's...

Thanks for taking the time to write this up 🙂 **Contributions** I know making Marko easier to contribute to has been on @DylanPiercey's mind since he joined the team -...

**Example time:** Let's say we want to create a list that has a few users in it and a button to load more users. Those users come from some service...

More thoughts: It might be useful be able to see what iteration you're on like the `` tag's `status-var`. - Each time through the status var would contain the current...

@scttdavs The main difference, is in passing a stream to `` you would need to buffer the stream until it completes, where as ``'s body would be called every time...

There's the potential argument against `` because it would need to be transformed: `` would get transformed to `` which would generate code like: ```js { on:[{ event:'data', renderBody:function(out, user)...