Ian Kerins

Results 22 issues of Ian Kerins

Here are some input query strings and the results of parsing them. `case:` seems to not have any effect on the parsed query unless it's in the top-level expression. ```...

e.g. `PgUp`/`PgDn` or the equivalent vim `C-b`/`C-f`, or for half pages `C-u`/`C-d`.

### Describe the need The project's tsconfig targets `es2023` and the stated node support is (at least?) [node>16](https://github.com/octokit/webhooks.js/releases/tag/v12.0.0), but it still takes a dependency on [aggregate-error](https://www.npmjs.com/package/aggregate-error), which is made redundant...

Type: Maintenance
Status: Needs info

### Issue # (if applicable) Fixes #24341. ### Reason for this change You currently can't specify `throughput` on LaunchTemplate EBS volumes. ### Description of changes This support was simply not...

p2
feature-request
effort/medium
beginning-contributor
pr-linter/exemption-requested
pr/needs-maintainer-review

### Summary ECS AMIs do not configure some kernel sysctl parameters that probably ought to be. ### Description When migrating a workload from EKS to ECS on EC2, I was...

Hi. I'd like to use brew-nix to install casks from repos other than https://github.com/Homebrew/homebrew-cask, like https://github.com/nikitabobko/homebrew-tap for example. I'm ignorant about all this, so I don't know if this is...

From reading the source code of workerd and KJ, I can see that ExternalServer does DNS resolution only once ever. This was certainly surprising to me, and I suspect it...

workerd should [`recursivelyFreeze`](https://github.com/cloudflare/workerd/blob/d46550a36dfd1974135b52189ad8619a3cdbb53a/src/workerd/jsg/util.h#L195-L201) JSON data parsed directly from its config. In my mind, these values are application-wide configuration, the mutation of which when handling a request has the potential to...

The original implementation of the experimental `FileHandle.readableWebStream` API created non-`type: 'bytes'` streams, which prevented callers from creating `mode: 'byob'` readers from the returned stream, which means they could not achieve...

fs
needs-ci