Mike Farah
Mike Farah
Request has a .form() function that can be called for multipart form data, documented: ``` https://github.com/request/request#forms ``` There are other ways to submit mulitpart forms (e.g. using the formData parameter)...
**Describe the bug** jszip (which this has a dep on for 3.2.1) have a prototype pollution vulnerability. Crafting a new zip file with filenames set to Object prototype values (e.g...
**Describe the bug** This causes a segfault: ```yaml cat: # comment ``` **To Reproduce** https://go.dev/play/p/MNVPesMed_y **Expected behavior** Parses correctly with the comment **Version Variables** - Go version: 1.21 - go-yaml's...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** ```yaml cat: ``` See https://play.golang.com/p/FCsVZ8eQ1J6 **Expected behavior** The ast token Origin (or value) would have...
@mikefarah I'm not sure if I should be reporting this here, as it seems to be related to the CrLf handling, or if I should open a new issue for...
### Discussed in https://github.com/mikefarah/yq/discussions/1721 Originally posted by **elandorr** July 8, 2023 Hi is it possible to keep the ns here? ```xml barfoo foobar ``` The `macroni` is lost. ```yml +p_xml:...
Hi, I'm the author of yq (github.com/mikefarah/yq) which is a popular command line tool for manipulating data files (yml, json, xml, properties). I'd love to add TOML support (https://github.com/mikefarah/yq/issues/1364) -...
### Discussed in https://github.com/mikefarah/yq/discussions/1966 Originally posted by **GeorgeDuckman** March 7, 2024 Hello, I am attempting to use yq as a library in my Golang application. I want to merge two...
moved from https://github.com/realestate-com-au/pact/issues/103 We are using PACT goodness for testing our micro-service interactions, and one of our services uses webhooks to handle asynchronous, long running tasks. Currently, the only way...
`yq` is using the goccy/json Decoder tokeniser, and a [bug](https://github.com/mikefarah/yq/issues/2351) has been raised whereby invalid JSON documents that are missing a comma between map key-value pairs are parsed: ``` {...