-
Reverting back to 2.0.5 fixes the problem.
```
"image": {
"credits": null,
"data": null,
"description": null,
"url": null
},
```
-
**Describe the bug**
I'm experiencing an issue with the Dark/Light Mode toggle in my Next.js app (using the app directory) while developing locally. When I select "Light Mode" and then reload the b…
-
# Wrong L1 contract deployment command
## Overview
In the docs page with tutorial for deploying L2 using OP stack the [section](https://docs.optimism.io/builders/chain-operators/tutorials/create-l…
-
### What happened?
To reproduce:
1. Disable compact mode
2. Set `Expand Tabs on Hover`
3. Enable compact mode
4. Sidebar behaves as if it is set to `Expand Tabs by Default` (this is expected an…
-
### What version of iotex-core image (or code branch) are you using?
[v1.13.1](https://github.com/iotexproject/iotex-core/releases/tag/v1.13.1)
### What operating system and processor archit…
-
**Github username:** @iwildsniperi
**Twitter username:** iwildsniperi
**Submission hash (on-chain):** 0x9c7285fc156c7fd0894b19b9c347cbab6234e720ea647fad9eb43cf8d4d70472
**Severity:** medium
**Descri…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
When testing execution reverts with `hardhat` on the `evmos` chain, tests fail due to a missing…
-
So krava admins started fixing entitlements and the install doesn't work with the method used in the latest version but I installed 1.0.5 when it used localhost.direct and the install works so ig a co…
-
If you resize an image in order you change its orientation (up-down or left-right) and you export the excalidraw as png you will find the imagen on its original orientation
**Screenshots**
![image…
-
add the following logic to the top of the `_setThresholdConfig()` function:
```solidity
// min must be greater than zero
if (_config.min == 0) revert InvalidThresholdConfig();
```