Joe Bergeron

Results 5 comments of Joe Bergeron

I'm also running into this problem... Using Express v4 with the `express-async-errors` package does not seem to solve the issue.

@johanneskares @kebian In TypeScript: ```typescript import { ethers } from 'ethers' import Web3WsProvider from 'web3-providers-ws' const provider = new ethers.providers.Web3Provider( new (Web3WsProvider as any)('ws://whatever', { clientConfig: { keepalive: true, keepaliveInterval:...

@MuckT @ValoraQA This is actually intended behavior; 0xdeadbeef... is a test/dummy address we use to send funds to for transfers out on Alfajores; it's currently hardcoded into our mock backend...

I can also reproduce with @tobyclh's snippet. glibc=2.36, python=3.11.0, linux kernel=6.0.8-arch1-1. This is a pretty big blocker to using DearPyGui for me; not being able to delete textures means my...

Responding to some comments: @jeanregisser > Does the token selection also work when tapping the container of the down arrow? It did not, but now it does - this required...