discussions Search Results · user:sindresorhus language:swift archived:false is:public language:Swift is:unmerged is:unmerged
Filter by
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?
:
Im getting this message:
Unsupported protocol blob:
The link i need to download the PDF is build through a link like this:
blob:https://DOMAIN/141d4184-3dec-403e-9a59-ea134c61c8c1.
Can anyone helps ...
:
I was searching for alternatives to axios, since I required only a basic fetch wrapper. Two libraries were interesting.
One is ky and the other is redaxios
Redaxios offers a familiar axios syntax (kinda ...
:
hi there! I m using ky from within alpinejs. I am having trouble importing for the browser. I do plain: script type=
module src= https://cdn.jsdelivr.net/npm/ky@0.28.3/distribution/index.min.js /script ...
:
Describe the bug
I d like to convert a piece of code that logs into a website and retrieves some data from request-promise to got. The
login information is not important (node index.js foo bar) as the ...
:
Describe the bug
- Node.js version: v14
- OS version: macOS (10)
- Got version: 11.8.2
!-- A clear and concise description of what the bug is. --
Actual behavior
The pipe request forwards all ...
:
Is there a way to catch directly if the url I m trying to fetching loads too much content (the request is long more
than...)? For example, I don t know, an option to do this...
:
Hi, I think I encountered the same problem as described on issue #1527, I send a HEAD request and I never receive any
response or error, the process just hangs there.
I see a fix has been done(77df9c33db5ba3126f54317171e1cfcfceefc3d5), ...
:
Hi,
I am trying out this library and would like to know how to execute a request using basic authentication.
My curl request that works fine is:
curl -H Accept: application/json -u username:password ...
:
I have the client of a website (Next.js) and the API (Express) hosted on different domains. And I d need the API to be
able to send a cookie to the client. I ve got that working (I think) but all requests ...
:
Hi,
I know that https certificate and key is an existing feature on got v11. Is there a way to replicate this feature on got
v10 as my team is currently using got v10 in their codes and I can t just make ...