Paul Berg

Results 723 comments of Paul Berg

I actually don't know how to do this. I asked for help on [StackOverflow](https://stackoverflow.com/questions/71723842/how-to-change-the-default-first-commit-message-when-using-a-github-template) and on the [GitHub forum](https://github.community/t/how-to-change-the-default-first-commit-message-when-using-a-github-template/242633). I will follow up here once I find out the solution...

@zinderud this template enforces [conventional commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/). You can read the full specification [here](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#specification). You cannot write "Hello World" as a commit message - it will have to be "feat: hello...

Ah, this would very interesting. Great idea @Janther. We could take inspiration from the [femplate](https://github.com/abigger87/femplate/blob/2f3e1b2c630acdb2b3e5e31a6dc25d31b5a5e48b/utils/rename.sh) Foundry template on how to do the initial renaming.

> just as a sanity check, you can change your property to return always true I did that and the error disappeared. > is false after the initialization of the...

> but it is unclear what to suggest to the user beyond "check your property, since it is returning false" I'd say something like: ``` Echidna executes the property even...

Hi @goosewobbler, I don't know, I don't have Frame installed anymore and I'm not able to take some time off to install and test the latest version now. Sorry! It...

Hey @CloverGuy, have you read the docs on [swapExactTokensForTokens](https://uniswap.org/docs/v2/smart-contracts/router02/#swapexacttokensfortokens)?

It would indeed be useful to document this flag! I cannot see it when running `yarn vercel deploy --help`:

> Also the docs currently reference a `vercel build` command that I don't think exists anymore? https://vercel.com/docs/cli#introduction/extended-usage Yes, that's outdated. It should instead reference: https://vercel.com/docs/cli/deploying-from-cli#deploying-from-local-build-(prebuilt)