Trey Tacon

Results 41 comments of Trey Tacon

This looks like the quotes are preserved in the first example to me? ```javascript var SearchString = require("search-string") const str1 = ""; const searchString1 = SearchString.parse(str1); searchString1.addEntry('from', '\'"\'"', false); console.log(searchString1.getConditionArray()[0].value)...

Ah, my apologies for not clearly reading the second example 😅. I believe that this is currently functioning as intended (treating the initial nested `"` as a token and then...

Hi @antoxas1986 , [the docs do show this here](https://github.com/mixmaxhq/cloudwatch-metrics#publishing-metric-data). Happy to add a new example if you can provide a more fleshed out example of what you're trying to accomplish!

@ferdikoomen not to resurrect a stale issue, would you be open to allowing other collaborators on the project to help maintain it? We'd be more than happy to put in...

I ran into this today as well, from looking at the code, the request templates all need to become contextually aware of the different potential encoding strategies for Forms based...

I would actually like similar functionality and just made PR #19 to add the Marshaler side of things. Would you be open to a small code generator/validator that could could...

@ernestoalejo I entirely agree, my comment was more aiming for newer users who are just starting to use soy. Something along the lines of "give tool a package to inspect,...

Any timeline or are PRs welcome?

@liepumartins , that's how I'm doing this at the moment - in my handlers which are returning rendered HTML.