Daniel G. Taylor

Results 255 comments of Daniel G. Taylor

It would be nice if skipping coding were exposed as an option or otherwise simple to do. That way programs using mozjpeg can implement their own comparison methods (`jpeg-recompress` supports...

@victoraugustolls this isn't currently possible. They are just added at the top level, like: ```go type MyInput struct { UserIP string `header:"User-Ip"` Header2 string `header:"Header2"` Header3 int `header:"Header3"` Body struct...

I'm not opposed to the idea; seems several people are interested in it as a code organization strategy. It'll likely be slightly less efficient as reflection is used to set...

@victoraugustolls @ssoroka I'm not sure this will work for the body. In a scenario like this the JSON unmarshal call would not know what to do: ```go type ExampleRequest struct...

I actually tried to implement the 127.0.0.1 fix by itself, but it was breaking any OAuth server which didn't explicitly have 127.0.0.1 in the set of allowed redirect URLs. I'm...

Shorthand v2 was released, see https://github.com/danielgtaylor/shorthand/releases/tag/v2.0.0 This revamps the language and supports literal commas much better: ```bash $ j 'foo, bar' "foo, bar" $ j foo\, bar "foo, bar" ```

@philsturgeon, @waldyrious, @tploss I've created a draft PR for OpenAPI 3.1 support, see https://github.com/danielgtaylor/restish/pull/145. It could use some testing before I make a new release.

@GeoffreyPlitt did you get this figured out? The example line that adds to the context is here: https://github.com/danielgtaylor/nesh-hello/blob/master/hello.js#L8 There is no need to make a separate npm module for this....

http://sayspy.blogspot.com/2012/01/working-with-app-engine-backends.html

Also see http://g.raphaeljs.com/