Brian M Hunt

Results 186 comments of Brian M Hunt

@evanw I wonder if this is resolved with https://github.com/evanw/esbuild/issues/1296. When I get a chance I'll check it out and if it is I'll close this issue, but if you feel...

To add timezones you'll probably want to integrate with an existing library, e.g. [jstz](http://pellepim.bitbucket.org/jstz/)

If we were to do this, I'd call it `ko.wrap`. Would wrapping a function create a `ko.(pure?)computed`?

Aye: - https://github.com/knockout/tko/issues/6 - https://github.com/knockout/tko/issues/21

@far-blue By all means, please feel free to open a PR on knockout/tko

There is active work on TKO which is backwards compatible with knockout but it's not readily consumable right now (ie you have to figure it out). That said tko has...

Hi @dpservis There's a bit of DIY with figuring out how to consume the library. But other than that setup that folks have had good luck with it as a...

@zachpainter77 Thanks for the PR. I would hazard a guess why this has not seen much discussion, namely: 1. everyone is busy :) 2. 3.4 is upcoming, and that's getting...

Just out of curiosity, how should `afterRenderAll` and `beforeRenderAll` work for e.g. [knockout-fast-foreach](/brianmhunt/knockout-fast-foreach), which needs to be asynchronous and which batches changes (in what may be arbitrarily sized sets, depending...