Casey Webb
Casey Webb
I like this, the only question is what the default value should be (if any at all). I've opened a topic on the NPM discussion board as I'd prefer to...
You may be interested in https://github.com/knockout/tko
I just realized that with the addition of the `let` binding in 3.5.0-rc, the need for `$array` is greatly reduced. For example... ```html ``` (I haven't actually tested this exact...
@fl0w, I agree. I was really hesitant to open this PR, but I needed it in order to deploy. Maybe an `app.trustedHeaders`? Something like... ```javascript app.trustedHeaders['X-AppEngine-HTTPS'] = 'on' ``` This...
@jonathanong doesn't that same concern apply to `X-Forwarded-Proto`? The main issue in my case is that `ctx.cookies` throws up when I attempt to set a cookie with `secure: true`, making...
Gentle ping. Is there anything I can do to get this merged or work towards an ultimate solution?
This is still broken in `v1.1.2`
I'll take a pass on the repo. Can I swap tslint for eslint+@typescript-eslint and introduce a formatter (prettier) while I'm at it?
psst... https://github.com/Profiscience/ko-component-router. AFAIK, this is the only maintained Knockout centric router, and it will remain that way as we are heavily invested in Knockout. Rather than building in transitions and...
@brianmhunt Is tko.proxy intended to be opt-in? I really enjoy the syntax, but the inability to polyfill means it will be un-useable in any of our apps that need to...