Eniko Nagy

Results 10 comments of Eniko Nagy

I had the same problem too. Bx-slider clones another two links with lightbox rel attribute. (These are for navigating purpose). So after if you remove these attribute from bx-clone links...

I'm getting some errors around the `estimate` command with `github.com/russross/blackfriday/v2` ``` dh-make-golang estimate github.com/ethereum/go-ethereum go get: 3.36 GiBpackage github.com/ethereum/go-ethereum/cmd/abigen: cannot find package "github.com/urfave/cli/v2" in any of: /usr/lib/go-1.19/src/github.com/urfave/cli/v2 (from $GOROOT) /tmp/dh-make-golang4192342632/src/github.com/urfave/cli/v2...

I have the exact same problem. Wrapping in a div solves it, though not when using `component="div"`.

Same issue occurs: the build fails on the latest Ubuntu 24.04, but works correctly on the latest Debian bookworm. - Failure on Ubuntu: [GitHub Actions Log](https://github.com/eth-pkg/eth-nodes/actions/runs/9403905422/job/25901551651?pr=103) - Success on Debian:...

> @eenagy I've just looked at your project and realised you're maintaining packages for Debian & Ubuntu! Thanks for doing that. I think it would be reasonable for your tools...

@mattsse I'm not concerned about internal behavior; I'm looking from an outside perspective as a node operator. I see that geth/nethermind/erigon does not return false for either consensus client, while...

According to the specs, this looks like a bug: [Beacon Node Syncing Endpoint](https://github.com/ethereum/beacon-APIs/blob/860584e71109cc9dc34ab6b67c646ae9a818c07e/apis/node/syncing.yaml#L36). I've tested this endpoint with several clients before reporting it. lighthouse, lodestar, nimbus-eth2, and teku all report...

@james-prysm I don't think the sync status has anything to do with `el_offline`. All other clients initially return (`true`) then when execution client is connected they return `false`. If you...

Thanks @etan-status, appreciate the quick reply. Unfortunately, this repo is still uncloneable even if I use `make update` on nimbus, see that the windows build also fails on nimbus CI...