Matt Holt

Results 1518 comments of Matt Holt

Ok, thanks for the link. If any of the code was borrowed, we need to conform to the license restrictions. Maybe it's a little tricky since we're doing code generation...

Thanks for understanding; and it can be simple as needed, that's probably best.

Review is on hold until we decide what to do about the licensing dilemma: https://github.com/mholt/curl-to-go/issues/45#issuecomment-883648299

So what's the equivalent Go for `curl -T file.txt ...`? Is this it? ```go f, err := os.Open("file.txt") if err != nil { // handle err } defer f.Close() req,...

Here are the docs for `curl -F`: https://curl.haxx.se/docs/manpage.html#-F This is not a simple one. :) However, it's ok to partially implement a flag as long as we make it clear...

Huh, yeah, I was actually thinking of just closing down this repo since I don't have time to maintain it. I can't keep up with all the art being done!...

Oh... that's tricky. It's probably because the "data" structs don't have exactly the same fields. Or something like that. I'm a bit swamped with other things right now but I'd...

Thanks for the request. It's a good idea, but I don't generate the error message. I'm not sure if it has a particular structure or if it's just a string....

@michaelsanford Yes, would be happy to have your contribution! Thank you!

I noticed this too; probably some JS needed to prevent pasting of rich text (sigh): https://stackoverflow.com/questions/58980235/stop-pasting-html-style-in-a-contenteditable-div-only-paste-the-plain-text