Michał Minarowski

Results 67 comments of Michał Minarowski

Good news, I've solved the issue! Try adding ```nix shellHook = '' export XDG_DATA_DIRS="${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/gsettings-desktop-schemas-45.0" ''; ``` to your devShell.

The issue has been fixed in bun v1.1.4, looks like this can be closed.

https://github.com/cloudflare/workers-sdk/issues/5555

fwiw this seems to work for Next.js: ```ts // instrumentation.ts import { OTLPExporter } from "@microlabs/otel-cf-workers"; import { SimpleSpanProcessor } from "@opentelemetry/sdk-trace-node"; import { registerOTel } from "@vercel/otel"; export function...

smart, but please link to my repo and not your fork :3

> I would personally recommend a pipe (`curl | bash`) instead of using process substitution since it's simpler and even POSIX complaint ++

just one small thing, maybe mention that the script depends on JQ?

i dont think it will run without bash as its in the shebang