Gal Schlezinger
Gal Schlezinger
true my friend. Let’s see if I have some time to change the build pipeline to build windows arm64, Mac arm64 and Linux glibc!
> I see refactor opportunity here not sure what you mean
Can you use `--log-level`? is there value in doing `--silent`? ``` $ fnm --help ... --log-level The log level of fnm commands [env: FNM_LOGLEVEL] [default: info] [possible values: quiet, error,...
feels like we need to have a list of prioritized platforms, right? so we return `[musl, x64]` for musl builds, and `arm64, x64` for #1068 for instance. we can know...
Lots of conflicts because the proper golang way would probably be to not have a closure but instead defer a close span method. Will do
wrt #805 we can have a follow up to have metrics reported if otel is set up for cpu usage in each sub-process we invoke (like LSP)
@adamdotdevin okay i think it's ready for a review. here's how the distributed traces look like: you can see that "opencode-server" calls "opencode-tui" and then we see that the tui...
@dennisameling will it download the correct Windows version off Node.js dist?
do we need to have `exports` in package.json?