geoshak
geoshak
I got a similar error using this lib on a Next.js API route. After console logging my way through the `pool.connect` function, I figure it was actually coming from an...
When I run `cargo update` in the programs/lighthouse dir, I get this: ``` error: failed to select a version for the requirement `bytemuck = "=1.14.3"` candidate versions found which didn't...
Yup, there could be a clearer message here. Spent some 20 minutes trying to find out what this means yesterday.
Same issue here, was able to run `pnpm tauri dev` locally, but I get an empty window, no relevant commands on the command bar. Ran `pnpm tauri build`, and it...
The error I get from the `pnpm tauri dev` script is: ``` KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied Failed to create GBM buffer of size 1366x936: Permission denied ``` According to...
Just saw the instructions on how to use `lighthouse-sdk-legacy`. Trying it out now.
Can´t use it out-of-the-box either, it seems, I get a: Uncaught Error: Module not found: Package path ./dist/lib/client is not exported from package .../zbet-web/node_modules/rpc-websockets (see exports field in .../zbet-web/node_modules/rpc-websockets/package.json)
Tried to install this repo and run the tests locally. But I'm getting a lot of crate compatibility errors. Seems like rust compiler can't find compatible candidates on crates.io: ```...
For anyone facing a similar compiler issue, I had to manually patch 7 crate versions to get `cargo update` to work. However, compilation with `cargo build` still failing. Some traits...
I was able to install lighthouse-sdk-legacy by manually editing the node_modules installed. Specifically the solana web3 imports that were failing to identify `.cjs` files as default exports from a folder....