Hendry Lim

Results 12 comments of Hendry Lim

someone wrote a documentation that I think is helpful https://hackmd.io/Ykpp1MWLTjixIZG2ZJEShA#Web3React-API-Reference @wsschwab also posted in the link below https://github.com/NoahZinsmeister/web3-react/issues/226

I did a simple boilerplate code using only metamask as wallet, default Greeter.sol contract and ethers hardhat. It is deployed successfully on the rinkeby testnet [etherscan transaction](https://rinkeby.etherscan.io/tx/0xb2d5f60b454f3715a9d79103e4525491ac6689da69ba90ccd18c2a5ff2e45c60). It could be...

i managed to install the 2 packages (dialogflow-fulfillment and actions-on-google) successfully using the following yarn command in terminal... ``` yarn add https://github.com/dialogflow/dialogflow-fulfillment-nodejs yarn add actions-on-google ```

Thanks Vadorequest. However will inserting the flag --ignore-engines cause problems when deploying to heroku or aws?

Thanks @Vadorequest for the clarification

Anyone able to successfully disable individual drop down item? I can't get it to work. i tried using propsExtractor but the props value only return undefined. Please help

sure. let me try to get it to work on my end first then i submit the PR On Fri, May 6, 2022 at 10:09 PM Rahul Sethuram ***@***.***> wrote:...

same issue for me. my .realize.yaml ``` settings: legacy: force: false interval: 0s schema: - name: go-server path: . commands: run: status: true watcher: extensions: - go paths: - /...

I encounter similar issue as the others when i use nextjs runtime = "nodejs", my chatbot can work properly. but when i use runtime="edge", it works fine in dev environment...