Abdurrachman M
Abdurrachman M
Hi @captnseagraves and @codenamejason, I'm new to https://github.com/scaffold-eth/scaffold-eth and big fan of @austintgriffith, can I contribute to the documentation? What is the requirement of the documentation? I can draft a...
Hi @codenamejason yes I am, how is there any direction from the core contributors or I can directly propose something?
Hi thank you for the great tools @FerranMarin I'm thinking how about we sign the txn manually outside the CLI. So the tools give me a code to sign and...
Thanks @rlefevre
Let me know if I can also contribute to your VS Code extension @aniongithub
I think the complexity to build this feature is small compare to value we have by having this feature. How about solving your problem by using volume up-down button?
If you don't handle that much user you can do a retry e.g. ```javascript exports.sendWelcomeEmail = functions.runWith({failurePolicy: true}).auth.user().onCreate(async (user) => { functions.logger.log("Running email..."); const email = user.email; const displayName =...
Hi guys, did you found any solution for this problem @tranrn and @xeonixo ?
I think I found the problem, for single company usage, there's a limitation on the number of setting you can edit. See the following code: https://github.com/akaunting/akaunting/blob/fd7bd76715b4ec5fd06c472d2502b2d931c5281e/app/Abstracts/Http/SettingController.php#L154 I hope @AkauntingDeveloper can...
Ah, it is the wording isn't it @jazdao? Maybe we can use something link `Getting Started`, have better idea @jazdao or @coder8102?