Paymahn Moghadasian

Results 66 issues of Paymahn Moghadasian

Wow, this is an amazing resource for learning how to tie together react, django and graphql. Love it! Any chance you have ideas on how to add OAuth logins (eg:...

How does ethereum etl handle reorgs? I've search the [docs](https://ethereum-etl.readthedocs.io/en/latest/search.html?q=reorg) and [this repo](https://github.com/blockchain-etl/ethereum-etl/search?q=reorg) but nothing is coming up.

The [google docs](https://developers.google.com/identity/protocols/oauth2/openid-connect#validatinganidtoken) say that it's important to make an anti forgery token but I don't see that being possible with this library. Is that by design? Is it possible...

It seems that Google Analytics 4 was released recently. Does react-ga support this new property type? I've been doing some testing and I can see automatically collected events in my...

**Describe the bug** I cannot subscribe to new pending transactions when running a local testnet. However, I *can* subscribe to new blocks. **To Reproduce** Steps to reproduce the behavior: 1....

C-bug
P-unconfirmed
M-l2geth

I'm getting the following validation warnings when I try to use `jest-mongodb`: ``` ● Validation Warning: Unknown option "mongodbMemoryServerOptions" with value {"autoStart": false, "binary": {"skipMD5": true, "version": "4.0.3"}, "instance": {}}...

Is there a canonical way to get the top 100 coins by market cap on a given day in the past? The `/coins/markets` endpoint is close to being able to...

### Description Using `replaceEsm` breaks usage of Mongo in the files under test ### Issue See repo for details. I have a module, `A` with a dependency on another module,...

I'm having some trouble using this library. I have an endpoint which gets called twice upon page load and I'm trying to use a lock to perform sensitive database operations...

I have code which looks like the following: ``` const name = req.params.name; const versionLabel = req.params.version_label; const childLogger = req.log.child({ name, versionLabel }); .... childLogger.info("deleting dangling webhooks"); .... ```...