Ben Johnson

Results 188 comments of Ben Johnson

> _Making this a seemless upgrade seems like it will be pretty involved. Based on some of the other work we have going on, I think we are on the...

@jaffee @travisturner I marinated on it as well and I think that there's not enough understanding of the tradeoffs for field/row sharding. We already have a lot of changes going...

@travisturner When I read this ticket at first, it sounded like `SUM()` needed to able to go in place of `Rows()`. I got part way through that implementation but it...

@mperham Are you mainly wanting timings of nested templates? That could be an easy hook to add to the code generation. Another option is you can use `go tool pprof`...

Why is it parallelized? Are you having performance issues with it?

Do you have timing numbers for serial vs parallel on Windows? Also, I'm a little worried about leaving it unbounded. If you run that against a large set of templates...

@kmanley Thanks for the bug report. Ego uses namespaces for Go packages but I forgot that some HTML (like bulletproof buttons) uses them. Let me think about how to fix...

@mostafasolati The `.ego` files generate functions so you can call that function from within another template. If you need your template to wrap then you can include a closure as...

Hi @chakflying, issue #369 is just including support for fsnotify (which itself supports Windows). I don't have any immediate plans to re-add Windows support but I'll leave this issue open....