Nic West

Results 10 comments of Nic West

@c4milo I'm hitting an a similar issue. I'm generating from a WSDL document and I'm ending up with a lot methods like the following: ``` go /* (1.12) Get Events...

Good question! In theory yes, if curl supports it then the plugin should support it. It would look something like this: ```http POST http://httpbin.org/post HTTP/1.1 Host: httpbin.org Content-Type: multipart/form-data;boundary="boundary" Content-Length:...

I'm fairly new to Go, but would you accept a PR if I got it working? I assume that the tuple type doesn't have a hashing function, and this is...

so it seems like slices are non comparable so they can't be used as keys in Go. So this might not be possible :(

I thought about copying the slice to an array, then it becomes immutable (which fits quite nicely with tuples) and comparable, the problem is you cant create an array of...

Hey @digitaico In that case I would just add the header directly: ```http GET /foobar HTTP/1.1 Cookie: PHPSESSID=298zf09hf012fh2; csrftoken=u32t4o3tb3gg43; _gat=1 ``` if you have a jwt say for OAuth you...

@sebiwi at the moment it would only work if you copy the body of the text over into a boundary similar to the above example. If someone can come up...

I have a correction. Using the above script renders text correctly. Noteably downloading the PDF from the original source seems to make a difference. I was running the script originally...

Sorry team, I totally missed this. is this still something that is of interest? This behaviour I believe is already available in tpope's vim-abolish: https://github.com/tpope/vim-abolish/blob/master/doc/abolish.txt#L146

is there any update on this?