-
Right now, if you split zones, you have to update this file to match the new number of zones and their IDs. Improve the model code to first join shadow prices to the zone layer. This will add nulls to…
-
This would be interesting for users watching price go up every second.
-
From what I understand, RBM is responsible for managing and updating the prices of MRR rigs. However, it seems that once the rigs are created, no updates are made to them. This means that any changes …
-
### Describe the Bug
The `CouponAccordion` uses a query: `GetCouponDocument`. This imports (`node_modules/@graphcommerce/magento-cart-coupon/CouponAccordion/GetCoupon.graphql`):
```
query GetCoup…
-
-
### Description
I think adding more products to the catalog could enhance the user experience by providing a wider selection for visitors. Additionally, implementing a "Next Page" or pagination featu…
-
Hi,I apologize if there is any silly mistake
I am facing this issue
import numpy as np
from numba import njit, uint64, float64
from numba.typed import Dict
from hftbacktest import BUY, S…
-
I would like to request adding a comprehensive scanner for both cryptocurrency and forex analysis that integrates the following features:
1. Price Movement:
Percentage increase or decrease in price …
-
### Description
Description:
Add a filter by price list to the product listing page. Users should be able to filter products based on price ranges (e.g., $0-$50, $51-$100).
### Acceptance Criteria
…
-
### Impact
Operations such as: `swapExactTokensForTokens`, `swapTokensForExactTokens` receive `_priceUpdateData` but update the price only at the `_swap` operation
`_swap` uses `getAmountsOut` and…