Tejas Dinkar
Tejas Dinkar
I'm a big fan of all the work you've been doing with kube, and landed on this project from twitter. Would you consider renaming this project? Badger (https://github.com/dgraph-io/badger) is the...
This change is [](https://reviewable.io/reviews/dgraph-io/dgraph/5172)
Hi. I saw a recent issue #2 regarding server side rendering. However, this behaviour simply hides the attribute mismatch that can happen due to the SSR phase and the client...
We want to show the balance and recent transactions on screen for our users, and wanted a convenient way to expose the line items. This PR ensures that the line...
This pull request adds the ability to set the render_method and parsing function. This allows you to put in a cache, to ensure the same template does not get compiled...
I notice that the rails templates are not cacheable. This makes the template get re-read from disk, then parsed every time the view is rendered, which is slow. I understand...
This adds a Content-Length to the response, if an original Content-Length was present, and less than 1MB. This prevents jetty from adding Transfer-Encoding: chunked to the response, without requiring Connection:...