Adam Tuttle

Results 127 comments of Adam Tuttle

I think using the dashboard as a "visual request builder" is an interesting idea, and it wouldn't take much to add a "show this request as a curl command" feature......

The general recommendation is definitely to disable the dashboard in production, so in that case the "visual request builder" concept won't be all that useful to your end-users if they...

In the interest of getting Taffy 3.1 out sooner rather than later, I'm pushing this back to the next release.

I think I'd rather seem them always allowed in all cases. We already have a cascading priority setup, so I don't see any reason not to do the same for...

I'm fine with the concept of adding useful functionality to the framework, but I don't see exactly how what you're proposing would work. It sounds very specific to your need,...

Sounds like we're moving toward something mutually agreeable. Here are my thoughts in no particular order: - It seems pretty likely that the `allow()` implementation is going to want to...

I'm not really following on that part. Can you give a pseudo-code example to illustrate the idea?

Here's the config I would recommend, but it does incorporate some of my own personal preferences. ``` { "arrowParens": "avoid", "bracketSpacing": true, "htmlWhitespaceSensitivity": "css", "insertPragma": false, "jsxBracketSameLine": false, "jsxSingleQuote": false,...

Sounds like a good addition. I'd love to see the code diff.

A long time ago the `representationOf`/`rep` methods supported a 2nd argument for specifying a format or serializer for just that one request. It was never utilized by anyone. @JamoCA your...