Nicholas Shanks

Results 23 issues of Nicholas Shanks

I would like it if Oboe implemented WritableStream too. Instead of `oboe(readableStream.pipe(something).pipe(somethingElse)).on('done', (json) => …);` We could have `readableStream.pipe(something).pipe(somethingElse).pipe(oboe()).on('finish', (json) => …);` It would fit into the left-to-right reading of...

[This commit](https://github.com/babel/website/commit/24588d64b8032b653ce959171865cdd87d6a29dc#diff-8afd9c53031161d581749064204cb32c063b54d7523f84c2dd0e39d7e3d0b0a0) is saturated with changes to the input and output samples which do not reflect the actual effects of that plug-in. Some of the changes are non-breaking, such as...

### MDN URL https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tablist_role ### What specific section or headline is this issue about? _No response_ ### What information was incorrect, unhelpful, or incomplete? The page does not make it...

good first issue
help wanted
time: -30mins
Content:Accessibility

Eliminates the need for typecasts when using returned styles.

https://github.com/lodash/lodash/blob/ddfd9b11a0126db2302cb70ec9973b66baec0975/lodash.js#L6861 Should add `-0` and `0n` to list of falsey values.

Please can you consider for the next major version dropping the requirement for Bluebird, and falling back to native javascript promises if no PromiseImpl is provided. Clients that want to...

Need new lines at the end of the README examples block: ```js assert.ok(isCallable(Function('')); assert.ok(isCallable(new Function); assert.ok(isCallable(new Function('')); assert.ok(isCallable(new Function([], '')); ```

The game groups ally codes into three blocks separated by hyphens. It would be good if the website also allowed this as an optional format for player URLs, e.g. https://swgoh.gg/p/673-178-621/...

enhancement

# Feature ## Summary Adds a pop-up menu to the Player Info panel to turn columns on/off. It includes some changes from #10250 (specifically commit 0c4082c, which has it's own...

enhancement
UI

# Refactor ## Summary I tried to simplify this function down to a simple line, but failed. This is the only thing left from that effort that I think is...

refactor