Theo Paris

Results 155 comments of Theo Paris

I'm encountering the same issue, but with `bun-utilities` and `@paperdave/logger`. It is fixed if i switch the import order here. ```ts import log, { injectLogger } from "@paperdave/logger"; import {...

Unfortunately, this gives the following error in typescript. ``` Argument of type '{ createElement: typeof h; Component: typeof Component; createRef: () => RefObject; }' is not assignable to parameter of...

I could probably try and work on this as well, but I was already working on getting audio done.

I could also use something like this. I was looking for a decent es6 runtime as well, but Deno cannot run as a statically linked binary so I found this...

I don't know how to fix this, I've tried multiple ports and security levels and it just says its too low.

It seems like it's possible by using environment variables and the arch argument: ```bash APK_TOOLS_URI="https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.12.9/aarch64/apk.static" \ APK_TOOLS_SHA256="0164d47954c8a52e8ed10db1633174974a3b1e4182a1993a5a8343e394ee1bbc" \ alpine-chroot-install \ -a aarch64 \ -d ... ```

Any updates on this? It's been 2 years ... I need musl support in order to embed deno into my linux kernel-based system because it needs to be linked statically...

I also tried to use the normal npx command with a monorepo that was installed with pnpm and got this: `/bin/sh: 1: /home/theoparis/Documents/Code/keyv/packages/store-mongo/node_modules/.bin/tsc: not found` I specified /usr/local/bin/tsc as the...

Oh, I think you're right. Rust analyzer apparently uses a workaround seen here: https://github.com/microsoft/language-server-protocol/issues/956. It seems like the language server protocol doesn't have this in the specification but VSCode has...

I'd still have to wait for the neovim PR to be merged as well. https://github.com/neovim/neovim/issues/18086