Dan Bornstein

Results 18 issues of Dan Bornstein

### What is the problem this feature will solve? Because `Buffer`s aren't immutable, any time a `Buffer` is passed to something which will perform an asynchronous write, there is a...

buffer
feature request
web streams

### Version 29.7.0 ### Steps to reproduce 1. Clone . Note: This is a server-side project, using Node. 2. Build and run tests, using this command which will run the...

:bug: Bug
good first issue
Help Wanted
Pinned

**What package is missing from Amazon Linux 2023? Please describe and include package name.** Node v22, which is the "current" version as of this request. **Is this an update to...

enhancement
packages

### Version 29.7.0 ### Steps to reproduce 1. Unpack this tarball: [2024-danfuzz-jest-demo.tar.gz](https://github.com/user-attachments/files/17874873/2024-danfuzz-jest-demo.tar.gz) 2. `npm install` 3. `npm test` ### Expected behavior I expect to see the custom serializer used when...

Needs Triage
Bug Report

## Expected behavior A variable reference (specifically an `import`ed value) is correctly recognized inside a `@typedef` and will ensure that the variable in question is treated as "used." ## Actual...

bug
help wanted

## Expected behavior If a `@param ...` definition is split across multiple lines, such that there is a line break after the parameter type, the first word on the next...

bug
comment-parser blocked

Rather than always have to see the actual values for a multi-value selection, it'd be great if one could specify per-value labels. Maybe along the lines of this: ```js const...

`opentype.js` exports a `parse()` function which accepts an `ArrayBuffer` and returns a `Font` object. It'd be great if Replicad exported a `loadFont()` variant which could call this, so that something...