Skip to content

discussions Search Results · user:sindresorhus language:swift archived:false is:public language:JavaScript language:HTML

265 results  (184 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?

I ve been trying to write a downloaded binary file to a directory but either keep encountering errors or the file is incorrectly written differing from the source. This is within a Node environment and ...

I ve been looking through some code a year or two old that got the status code through e.statusCode but it isn t working anymore. I need e.response.statusCode now. I can t find any notice about such change ...

Share a SwiftUI project you re working on.

What would you like to discuss? I was to discuss about the http2 implementation with GOT. Below changes i have done as to implement http2 for GOT. - Upgraded Node to v15.10.0 - added http2: true ...

Hi all Can I make a request to a SOAP service? There is only json mode? Is there any way to send XML in the body? Thanks.

That would be nice if GOT support rtmp as well.

How to support fraction-completed animation with SwiftUI animation?

I want to translate it into Chinese, Can I submit a PR after the modification is completed!

HTTPS requests set Host header to localhost after server is running for some time - Node.js version: v15.13.0 - OS version: Ubuntu 20.04.2 LTS (5.4.0-66-generic) - Got 11.8.2 Restarting node process ...

Hi, How could I log raw http requests for debugging purposes? I tried hooks: { beforeRequest: [ options = { console.log(options.body); ...