rollue
rollue
### Ethers Version 5.6.1 ### Search Terms hangs,provider,block ### Describe the Problem I use the following code with AlchemyWebsocket provider. ``` typescript provider.on('block', async (blockNumber: number) => { const logs...
Hi I've been trying to use this library to set up Google Oauth on our S3 bucket - Cloudfront. Unfortunately, I've been getting "JWT error, unauthorized" message on the log...
We are working on a Gathering model that checks the date(=appointment) to be in the future. @chancellor-dev ```python from django.db.models.functions import Now class Gathering(UUIDModel, TimeStampedModel): ... # https://stackoverflow.com/questions/49882526/validation-for-datefield-so-it-doesnt-take-future-dates-in-django class Meta:...
When a user flags a post, he/she is often given a form to fill out `why` he/she is flagging it for removal. I think this is such a common case...
Hi I followed the README. But it seems broken. When I deploy, serverless framework fails to deploy those two resources. Any ideas?
This seems to cause an error when calling the `add_child` method from the TreeModel instance. I think may the below line should be removed? https://github.com/mariocesar/django-ltree/blob/154c7e31dc004a753c5f6387680464a23510a8ce/django_ltree/models.py#L51
### Description We think we're seeing incorrect data in address_coin_balance and fetched_coin_balance in addresses tables Mostly the problems seems to be related to reorgs - e.g. if there's a reorg...
### Description We're running the indexer on RDS instance. We're constantly seeing slow queries piling up, and the performance seems really lagging. Especially this query seems to be the root...
I'm using schema to test response schema in django rest framework-base apis. We use decimal field to handle arithmetics, but when I test the response with schema we get ```...
I tried to install with poetry by adding ``` async-web3 = "* ``` but this doesn't seem to work - any ideas?