Mathias Lafeldt

Results 32 issues of Mathias Lafeldt

To benefit from https://github.com/pulumi/pulumi/pull/16575 and other fixes. What I did: ```console ❯ go get github.com/pulumi/pulumi/sdk/v3 go: upgraded github.com/pulumi/esc v0.8.3 => v0.9.1 go: upgraded github.com/pulumi/pulumi/sdk/v3 v3.115.2 => v3.124.0 go: upgraded golang.org/x/crypto...

e.g. to get the worker's name for `wrangler tail` Implemented in #808

## What this PR solves / how to test This makes it possible to further process the output of `wrangler pages deployment list`, e.g. like this ``` $ wrangler pages...

Based on #2658, but fixes all SQLite migrators.

Hey, I've recently started using Svix to handle Clerk webhooks. For this, I tried adding the svix JS package to my Astro project to validate webhook signatures. Unfortunately, this ended...

lib/javascript

Hey @geofmureithi, It looks like Apalis always serializes the original error inside FailedError, e.g. ``` "last_error": "{\"Err\":\"FailedError: unexpected error: Uncaught PermissionDenied: 'Deno.exit' is not allowed in this context.\\n at Object.exit...

You can now use Workers Analytics Engine with Cloudflare Pages (and Workers). The new binding type can be used via the console, [wrangler.toml](https://developers.cloudflare.com/analytics/analytics-engine/get-started/), or [API](https://developers.cloudflare.com/api/operations/pages-project-create-project). ![Image](https://github.com/user-attachments/assets/e23d66e1-3f46-4716-863f-181d2c1f7374) I'd like to contribute...

kind/enhancement
awaiting-upstream

After updating to 3.16.x, sst fails to deploy this bucket: ```ts const bucket = new sst.cloudflare.Bucket('ExtBucket', { transform: { bucket: { name: `${$app.name}-${$app.stage}-extensions`, }, }, }) ``` With the following...

While writing DuckDB extensions in Zig, I noticed that `linker_allow_shlib_undefined` doesn't work as intended on macOS. This PR ensures `MH_NOUNDEFS` is not set when dynamic lookup is enabled for undefined...