Ian Kerins

Results 31 issues of Ian Kerins

`Readable`'s `highWaterMark` has in fact been 64KiB since #52037.

doc
fs

Reproduction steps: 1. Put this configuration in a file named `app.capnp`: ``` using Workerd = import "/workerd/workerd.capnp"; const config :Workerd.Config = ( sockets = [ ( name = "directory-viewer", address...

We swallow errors making ECS task metadata API requests [here](https://github.com/prometheus-community/ecs_exporter/blob/dabb41c1f82144a69208fd91aa372ce958b0de77/ecscollector/collector.go#L194-L197) and [here](https://github.com/prometheus-community/ecs_exporter/blob/dabb41c1f82144a69208fd91aa372ce958b0de77/ecscollector/collector.go#L262-L265). There is actually a way to surface errors to the caller: [NewInvalidMetric](https://github.com/prometheus/client_golang/blob/a42ae02c9acf66c5ed10f68e6758e02a67702dbf/prometheus/metric.go#L135-L140). I think we should use it...

Hi. Clearly from reading the repo, it took a lot of effort to get LLVM 15 building. I'm wondering if you've ever looked into supporting newer versions - do you...

In the same way that you can non-interactively affirm you want determinate nix, it’d be nice to be able to do the opposite. Ref: https://github.com/LnL7/nix-darwin/issues/1349

https://aws.amazon.com/about-aws/whats-new/2025/04/aws-codebuild-ec2-instance-type-configurable-storage-size/ CodeBuild now supports specifying specific EC2 instance types to serve as fleet compute. Add this support to the Fleet construct by way of adding CUSTOM_INSTANCE_TYPE to the FleetComputeType enum,...

p2
pr/needs-community-review
repeat-contributor

I used [this CDK stack](https://github.com/isker/ecs_exporter/blob/6ac05f5c991c6015ab9754b48f8bb9afeb8e9441/tools/cdk/main.go) to launch two ECS tasks, one running on Fargate and one on EC2 (with `awsvpc` network mode, to best mirror the Fargate task). Each task...

[The documentation](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v4.html) says that `${ECS_CONTAINER_METADATA_URI_V4}/task/stats` returns docker [ContainerStats](https://docs.docker.com/reference/api/engine/version/v1.30/#tag/Container/operation/ContainerStats), which includes CPU throttling metrics at `cpu_stats.throttling_data`. While this data is present, I have [experimentally verified](https://github.com/prometheus-community/ecs_exporter/issues/41#issuecomment-2401119026) that it is never incremented from...

Kubernetes requires certain names (at least `metadata.name` and label names/values) to be

kind/feature
track/core

These were added to browserslist here https://github.com/browserslist/browserslist/pull/903, released in [4.26.0](https://github.com/browserslist/browserslist/releases/tag/4.26.0). Or, at least note that they are not supported [in the readme](https://github.com/browserslist/browserslist-rs?tab=readme-ov-file#limitations).