Daniel Schierbeck
Daniel Schierbeck
Since Curly has much more control of rendering when it takes place in a collection block, it should be possible to add smarter caching. Given the template: ``` handlebars {{*comments}}...
Right now, if no `service_name` is specified for a `racecar` trace, the default will not come from the `DD_SERVICE` env var, but will rather be the static string `"racecar"`. This...
**Is your feature request related to a problem? Please describe.** A typical scenario I want to test is how service A response to its direct dependency service B being _partially_...
We have lots of nested properties, and would like to get to ``, which is the max.
A _lot_ of Ruby methods use options hashes as the primary way to pass arguments. Having an easy and intuitive way to document these is extremely important if TomDoc is...
I'm not sure we want to raise an exception here. Perhaps `warn` instead? Make it configurable?
* Improve the error message on unknown ENV vars with the defined config prefix. * If there's a defined config variable that's close to the unknown ENV key, suggest that...
> All ENV vars starting with `X_` need to be valid X configuration keys. > Unknown X configuration key `X_Y` – did you mean `X_Z`?
I'm using projections for [Curly](https://github.com/zendesk/curly) in order to jump from a template to a presenter and back. I've currently got this JSON: ``` json { "app/presenters/*_presenter.rb": { "affinity": "controller", "command":...