RobertoDonPedro

Results 5 issues of RobertoDonPedro

Hi, how can I react to account changes in Metamask? I'm trying this with React.js and ethers.js but the "accountsChanged" event is not firing. ``` const web3Modal = new Web3Modal()...

Is it possible to extend the list shown in "Add Development Container Definition Files.." with a custom dev container not listed [vscode-dev-containers repository](https://github.com/Microsoft/vscode-dev-containers)? I have a custom `.devcontainer.json` yet, however...

I get this error immediately after running `docker compose --profile ci --profile inference up --build --attach-dependencies` and clicking on url: http://localhost:3000 When I then click on "Chat" in the UI...

### Describe the bug What should be entered in the TORCH_CUDA_ARCH_LIST entry of the .env file if trying to run just a small modell (with Docker) on a laptop without...

bug

Hi, when defining and referencing the following component (in a query parameter) ``` components: schemas: data: type: object properties: return_fields: type: array items: type: string example: - field1 - field2...