Faybian Byrd
Faybian Byrd
@minimalsm May I be assigned this issue?
The scope of this seems to include all image files, not just SVGs. This setting seems to be the root cause of the issue because it adds the language prefix...
@jeluard @philknows Hey, may I be assigned this issue?
@jeluard So I'd like to validate that my changes were effective and the tests still pass but I notice that running the `e2e` tests from `unstable` (without my changes) fails....
Yes, I did all those prerequisites. However, I didn't do these: - 🌐 Run a beacon node on [mainnet or a public testnet](https://chainsafe.github.io/lodestar/getting-started/starting-a-node/). - 💻 Utilize the whole stack by...
@nflaig Thanks, I'd like to ask in the Discord but I haven't found a valid invite (the one you linked is invalid as well).
@nflaig I'm not sure what the issue is but I get invalid for both. Nonetheless, I'll post the errors here in the meantime: ``` yarn install v1.22.21 [1/5] 🔍 Validating...
> ```shell > /bin/sh: python: command not found > ``` @matthewkeil So I do have python installed but it's python3. `/usr/bin/python` does not exist but `usr/bin/python3` does. I've tried setting...
> You might want to give a shot at [ChainSafe/bls#148 (comment)](https://github.com/ChainSafe/bls/issues/148#issuecomment-1877328596) then. Or [ChainSafe/bls#148 (comment)](https://github.com/ChainSafe/bls/issues/148#issuecomment-1877330565) The first technique yielded some results. `yarn install` still outputs some errors but it seems...
> Ok looks like you are using node 21. Can you switch to node 20 and give another shot at branch `jeluard/upgrade-blst` ? @jeluard That worked.