will Farrell

Results 66 issues of will Farrell

Brain dump from re:invent - split core into buffered, stream, durable. All with abort signal (will be very useful for durable) - durable doesn’t support stream response, add docs that...

feature request
documentation
middleware

We've been long waiting to otlp to become more performant and a signal from AWS about unifying in an approach. With the official deprecation of xray (https://aws.amazon.com/blogs/mt/announcing-aws-x-ray-sdks-daemon-end-of-support-and-opentelemetry-migration/), we can move...

feature request

When using the new `Leaflet 2.0.0-alpha` (https://leafletjs.com/2025/05/18/leaflet-2.0.0-alpha.html) and actioning a zoom, deprecated DomUtil functions are triggered. https://github.com/protomaps/protomaps-leaflet/blob/a5f2c0c8888f4e95bfbda0f7bb5a85be20511eec/src/frontends/leaflet.ts#L342-344 ## Workaround Add in the following after import ```javascript // https://github.com/Falke-Design/Leaflet-V1-polyfill L.DomUtil.remove =...

Say I have: ``` # Step 1. create new cert [job-run "job-executed-on-new-container"] schedule = * * * * * image = willfarrell/letsencrypt command = dehydrated \ --cron \ --domain certbot.willfarrell.ca...

Would be nice to be nice to be able to trigger a script on all instances of a container. Using docker-compose you can end up with `docker_nginx_1`, `docker_nginx_2`, ..., `docker_nginx_N`...