Skip to content

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

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

Describe the bug - Node.js version: 14.0.0 but problem is the same on older ones - OS version: Mac OSX 12.12.6 Let s say we want to create an instance (using got.extend()) and set some default query ...

I m evaluating SwiftUI. I m not here to ask is it production ready? . I think that question is a bit too broad and probably depends on the actual app one may be building. So my question is - when you adopted ...

I would like to standardize the type notation I use in my API docs. Currently I m using string, array, etc, but I have no consistent notation for a collection of values and I use buffer, which is clearly ...

At some point I want to make a JS style guide. For now, this is just a braindump. Prioritize readable code That means using readable variable and function names. No abbreviations. For example, use const ...

Thinking outside the box for a minute, what if our docs was just a Flow declaration: getStream(stream, ?options) getStream( stream: ReadableStream, ?options: { maxBuffer: number = Infinity, ...