ligi
ligi
yea - documentation is quite lacking - PRs welcome!
Yes - this project is still used and maintained - even though not that active currently.
yea - it is taken from the manual as this one is public domain but here we can change it ;-) Just not sure where to use which - guess...
see: https://github.com/ethereum-lists/chains/pull/5909#issuecomment-2378004965
Thanks for the feedback! I do not think having font size options in the apps is a good pattern - but maybe I can just increase the font size there....
yes - this works perfectly - I use git every day But I used signed commits - guess this is the complication that breaks things here?
when I executing the commit on the CLI it works fine. It asks my gpg password in the process - guess this is what fails here.
I can workaround it by doing: ``` [commit] gpgsign = false ``` in my gitconfig. But it feels a bit bad. Maybe a `git config --local commit.gpgsign false` in [create-first-git-commit.ts](https://github.com/scaffold-eth/create-eth/blob/main/src/tasks/create-first-git-commit.ts)...
what do you suggest?
CI failing -> no merge also wonder why it is not a problem for other explorers