Mocy

Results 11 issues of Mocy

**Describe the bug** Calling `wallet_addEthereumChain` to add Optimism network on MetaMask mobile will throw exception with message: `May not specify default MetaMask chain.` **To Reproduce** Send request from a dApp...

type-bug
needs-dev-review
Sev2-normal
transaction safety team

This is to make sure `sequelize` could recognize it as the same way as `pg`: https://github.com/sequelize/sequelize/blob/3b14f1aa70e3a3991891e37431344e6f0db0089c/src/dialects/postgres/query.js#L323

**What happened?** Typescript 4.7.4 Minimal reproducible code: ```typescript const octokit = new Octokit() const response = await octokit.request( 'GET /repos/{owner}/{repo}', { owner: '', repo: '', }) if (response.status === 404)...

Type: Bug

When the condition is matched, we could automatically sent an email to the sender with pre-defined message.

enhancement

I'm trying to conditionally declare entry point based on the different template parameter (dev,beta,prod). It should affect the output of webpack since the build is based on the entry points...

question

Query: ```SQL SELECT * FROM "ABC" WHERE "ABC"."id" = 1 FOR UPDATE OF "ABC"; ``` I got error: ``` Unexpected word token: \"of\". Instead, I was expecting to see one...

# Describe the bug The query failed to parse on nested join, which is a valid operation on PostgreSQL. ``` 💔 Your query failed to parse. This is most likely...

# Describe the bug I'm trying to alter table's primary key, but it fails even the primary key constraint was dropped before. ``` Table user already has a primary key...