Skip to content

discussions Search Results · user:sindresorhus language:swift archived:false is:public language:Swift is:unmerged is:unmerged

265 results  (142 ms)

265 results

insindresorhus (press backspace or delete to remove)
Some qualifiers in your query (language, archived) are not supported when searching discussions. Try searching for repositories instead?

What would you like to discuss? The documentation doesn t clarify if the promise api throws if status code is not 4xx or 5xx. What is the behavior here? Checklist - [X] I have read the documentation. ...

What would you like to discuss? After creating a got stream like so: const got = require( got ) const requestStream = got.stream( https://google.com ) I found that to get the result buffer this needs ...

What would you like to discuss? I am load testing our platform, and in a run I usually get a handful of dns lookup errors (since it opens socket but doesnt finish the lookup): { name : TimeoutError ...

Describe the bug https://github.com/sindresorhus/got/issues/1546 continue from - Node.js version: v12.16.2 - OS version: OSX 10.15.5 !-- A clear and concise description of what the bug is. -- Actual ...

- [x] I have read the documentation and made sure this feature doesn t already exist. So, I had this issue where a website had advanced http fingerprinting and anti-scraping techniques, including ignoring ...

Greetings amazing module and thanks for it. Does it have support for OAuth 2.0 . Meaning can I use got with OAuth 2.0 Thanks!

Hi folks. I am doing successfully get requests on a foreign API with the following plain Request-flow (I ve removed error handling for this example): function request(options) { return new Promise((resolve, ...

I ve been using ky as a CDN (there s a good reason) link and now with the UMD build dropped, I can t use it anymore in the browser. Or is there a way?

Describe the bug - Node.js version: v15.2.1 - OS version: macOS catalina 10.15.6 !-- A clear and concise description of what the bug is. -- Pipe cache-Control header response is not sets in the latest ...

Describe the bug - Node.js version: v12.19.0 - OS version: macOS Catalina 10.15.7 I am trying to update the title and thumbnail of a video on PeerTube using form-data. The requests works fine as ...